#DE6594

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

Shades of Pale Violet Red #DE6594

Tints of Pale Violet Red #DE6594

Color information

#DE6594 (or 0xDE6594) is unknown color: approx Pale Violet Red. HEX triplet: DE, 65 and 94. RGB value is (222,101,148). Sum of RGB (Red+Green+Blue) = 222+101+148=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6594 is #219A6B. Grayscale: #8E8E8E. Windows color (decimal): -2202220 or 9725406. OLE color: 9725406.

HSL color Cylindrical-coordinate representation of color #DE6594: hue angle of 336.69º 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 #DE6594 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222101148-
CMYK00.550.330.13
HSL336.69º64.71%63.33%-
HSV(B)336.69º54.5%87.06%-
XYZ40.1226.9831.11-
YUV142.54131.09184.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.13%
GREEN value IS 101 (39.84% from 255) = 21.44%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=47.13%
G=21.44%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210114800.550.330.13336.6964.7163.33
HexDE659403721D151413f
Octal336145224067411552110177
Binary11011110110010110010100011011110000111011010100011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6594; }

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

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

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

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

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

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

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

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