#D19F9A

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

Shades of Eunry #D19F9A

Tints of Eunry #D19F9A

Color information

#D19F9A (or 0xD19F9A) is unknown color: approx Eunry. HEX triplet: D1, 9F and 9A. RGB value is (209,159,154). Sum of RGB (Red+Green+Blue) = 209+159+154=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19F9A is #2E6065. Grayscale: #ADADAD. Windows color (decimal): -3039334 or 10133457. OLE color: 10133457.

HSL color Cylindrical-coordinate representation of color #D19F9A: hue angle of 5.45º 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 #D19F9A is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB209159154-
CMYK00.240.260.18
HSL5.45º37.41%71.18%-
HSV(B)5.45º26.32%81.96%-
XYZ44.5340.6836.08-
YUV173.38117.06153.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.04%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=40.04%
G=30.46%
B=29.50%

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
Decimal20915915400.240.260.185.4537.4171.18
HexD19F9A0181A1252547
Octal3212372320303222545107
Binary11010001100111111001101001100011010100101011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19F9A; }

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

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

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

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

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

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

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

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