#D19E9E

Color #D19E9E Eunry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eunry #D19E9E

Tints of Eunry #D19E9E

Color information

#D19E9E (or 0xD19E9E) is unknown color: approx Eunry. HEX triplet: D1, 9E and 9E. RGB value is (209,158,158). Sum of RGB (Red+Green+Blue) = 209+158+158=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19E9E is #2E6161. Grayscale: #ADADAD. Windows color (decimal): -3039586 or 10395345. OLE color: 10395345.

HSL color Cylindrical-coordinate representation of color #D19E9E: hue angle of 0º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D19E9E is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB209158158-
CMYK00.240.240.18
HSL35.66%71.96%-
HSV(B)24.4%81.96%-
XYZ44.6940.4837.81-
YUV173.25119.4153.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 158 (62.11% from 255) = 30.10%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=39.81%
G=30.10%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915815800.240.240.18035.6671.96
HexD19E9E018181202448
Octal3212362360303022044110
Binary110100011001111010011110011000110001001001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19E9E; }

 p { color: rgb(209,158,158); }

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

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

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

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

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

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

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