#D99F93

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

Shades of Rose #D99F93

Tints of Rose #D99F93

Color information

#D99F93 (or 0xD99F93) is unknown color: approx Rose. HEX triplet: D9, 9F and 93. RGB value is (217,159,147). Sum of RGB (Red+Green+Blue) = 217+159+147=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F93 is #26606C. Grayscale: #AFAFAF. Windows color (decimal): -2515053 or 9674713. OLE color: 9674713.

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

Color convert

RGB217159147-
CMYK00.270.320.15
HSL10.29º47.95%71.37%-
HSV(B)10.29º32.26%85.1%-
XYZ46.2841.6533.2-
YUV174.97112.22157.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 147 (57.81% from 255) = 28.11%
R=41.49%
G=30.40%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715914700.270.320.1510.2947.9571.37
HexD99F9301B20Fa3047
Octal33123722303340171260107
Binary110110011001111110010011011011100000111110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99F93; }

 p { color: rgb(217,159,147); }

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

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

 a { background-color: rgb(217,159,147); }

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

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

 span { border-color: rgb(217,159,147); }

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