#DE669E

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

Shades of Pale Violet Red #DE669E

Tints of Pale Violet Red #DE669E

Color information

#DE669E (or 0xDE669E) is unknown color: approx Pale Violet Red. HEX triplet: DE, 66 and 9E. RGB value is (222,102,158). Sum of RGB (Red+Green+Blue) = 222+102+158=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE669E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE669E is #219961. Grayscale: #909090. Windows color (decimal): -2201954 or 10381022. OLE color: 10381022.

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

Color convert

RGB222102158-
CMYK00.540.290.13
HSL332º64.52%63.53%-
HSV(B)332º54.05%87.06%-
XYZ41.0527.535.49-
YUV144.26135.76183.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.06%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=46.06%
G=21.16%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210215800.540.290.1333264.5263.53
HexDE669E0361DD14c4140
Octal3361462360663515514101100
Binary11011110110011010011110011011011101110110100110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE669E; }

 p { color: rgb(222,102,158); }

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

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

 a { background-color: rgb(222,102,158); }

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

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

 span { border-color: rgb(222,102,158); }

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