#D19E9A

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

Shades of Eunry #D19E9A

Tints of Eunry #D19E9A

Color information

#D19E9A (or 0xD19E9A) is unknown color: approx Eunry. HEX triplet: D1, 9E and 9A. RGB value is (209,158,154). Sum of RGB (Red+Green+Blue) = 209+158+154=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19E9A is #2E6165. Grayscale: #ACACAC. Windows color (decimal): -3039590 or 10133201. OLE color: 10133201.

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

Color convert

RGB209158154-
CMYK00.240.260.18
HSL4.36º37.41%71.18%-
HSV(B)4.36º26.32%81.96%-
XYZ44.3540.3436.02-
YUV172.79117.4153.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.12%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=40.12%
G=30.33%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915815400.240.260.184.3637.4171.18
HexD19E9A0181A1242547
Octal3212362320303222445107
Binary11010001100111101001101001100011010100101001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19E9A; }

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

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

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

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

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

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

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

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