#D19F8E

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

Shades of Rose #D19F8E

Tints of Rose #D19F8E

Color information

#D19F8E (or 0xD19F8E) is unknown color: approx Rose. HEX triplet: D1, 9F and 8E. RGB value is (209,159,142). Sum of RGB (Red+Green+Blue) = 209+159+142=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19F8E is #2E6071. Grayscale: #ACACAC. Windows color (decimal): -3039346 or 9347025. OLE color: 9347025.

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

Color convert

RGB209159142-
CMYK00.240.320.18
HSL15.22º42.14%68.82%-
HSV(B)15.22º32.06%81.96%-
XYZ43.5840.331.07-
YUV172.01111.06154.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=40.98%
G=31.18%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915914200.240.320.1815.2242.1468.82
HexD19F8E0182012f2a45
Octal32123721603040221752105
Binary1101000110011111100011100110001000001001011111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19F8E; }

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

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

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

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

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

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

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

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