#D09E91

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

Shades of Rose #D09E91

Tints of Rose #D09E91

Color information

#D09E91 (or 0xD09E91) is unknown color: approx Rose. HEX triplet: D0, 9E and 91. RGB value is (208,158,145). Sum of RGB (Red+Green+Blue) = 208+158+145=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09E91 is #2F616E. Grayscale: #ABABAB. Windows color (decimal): -3105135 or 9543376. OLE color: 9543376.

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

Color convert

RGB208158145-
CMYK00.240.300.18
HSL12.38º40.13%69.22%-
HSV(B)12.38º30.29%81.57%-
XYZ43.3539.9132.21-
YUV171.47113.06154.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 145 (57.03% from 255) = 28.38%
R=40.70%
G=30.92%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815814500.240.300.1812.3840.1369.22
HexD09E910181E12c2845
Octal32023622103036221450105
Binary110100001001111010010001011000111101001011001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09E91; }

 p { color: rgb(208,158,145); }

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

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

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

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

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

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

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