#D99E91

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

Shades of Rose #D99E91

Tints of Rose #D99E91

Color information

#D99E91 (or 0xD99E91) is unknown color: approx Rose. HEX triplet: D9, 9E and 91. RGB value is (217,158,145). Sum of RGB (Red+Green+Blue) = 217+158+145=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E91 is #26616E. Grayscale: #AEAEAE. Windows color (decimal): -2515311 or 9543385. OLE color: 9543385.

HSL color Cylindrical-coordinate representation of color #D99E91: hue angle of 10.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D99E91 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217158145-
CMYK00.270.330.15
HSL10.83º48.65%70.98%-
HSV(B)10.83º33.18%85.1%-
XYZ45.9541.2532.33-
YUV174.16111.55158.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.73%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 145 (57.03% from 255) = 27.88%
R=41.73%
G=30.38%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715814500.270.330.1510.8348.6570.98
HexD99E9101B21Fb3147
Octal33123622103341171361107
Binary110110011001111010010001011011100001111110111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99E91; }

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

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

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

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

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

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

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

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