#DE6593

Color #DE6593 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DE6593

Tints of Pale Violet Red #DE6593

Color information

#DE6593 (or 0xDE6593) is unknown color: approx Pale Violet Red. HEX triplet: DE, 65 and 93. RGB value is (222,101,147). Sum of RGB (Red+Green+Blue) = 222+101+147=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6593 is #219A6C. Grayscale: #8E8E8E. Windows color (decimal): -2202221 or 9659870. OLE color: 9659870.

HSL color Cylindrical-coordinate representation of color #DE6593: hue angle of 337.19º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE6593 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB222101147-
CMYK00.550.340.13
HSL337.19º64.71%63.33%-
HSV(B)337.19º54.5%87.06%-
XYZ40.0426.9430.69-
YUV142.42130.59184.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 47.23%
GREEN value IS 101 (39.84% from 255) = 21.49%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=47.23%
G=21.49%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210114700.550.340.13337.1964.7163.33
HexDE659303722D151413f
Octal336145223067421552110177
Binary11011110110010110010011011011110001011011010100011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6593; }

 p { color: rgb(222,101,147); }

 H1.HeaderClassName
 {
   color: #DE6593;
 }
 .AnyTagClassName
 {
   color: #DE6593;
 }
</style>
background-color css

<style>
 a { background-color: #DE6593; }

 a { background-color: rgb(222,101,147); }

 div.DivClassName
 {
   background-color: #DE6593;
 }
 .BgClassName
 {
   background-color: #DE6593;
 }
</style>
border-color css

<style>
 span { border-color: #DE6593; }

 span { border-color: rgb(222,101,147); }

 td.TdClassName
 {
   border-color: #DE6593;
 }
 .TagClassName
 {
   border-color: #DE6593;
 }
</style>