#D99E90

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

Shades of Rose #D99E90

Tints of Rose #D99E90

Color information

#D99E90 (or 0xD99E90) is unknown color: approx Rose. HEX triplet: D9, 9E and 90. RGB value is (217,158,144). Sum of RGB (Red+Green+Blue) = 217+158+144=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E90 is #26616F. Grayscale: #AEAEAE. Windows color (decimal): -2515312 or 9477849. OLE color: 9477849.

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

Color convert

RGB217158144-
CMYK00.270.340.15
HSL11.51º48.99%70.78%-
HSV(B)11.51º33.64%85.1%-
XYZ45.8841.2231.92-
YUV174.04111.05158.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.81%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 144 (56.64% from 255) = 27.75%
R=41.81%
G=30.44%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715814400.270.340.1511.5148.9970.78
HexD99E9001B22Fc3147
Octal33123622003342171461107
Binary110110011001111010010000011011100010111111001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99E90; }

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

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

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

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

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

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

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

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