#D99F95

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

Shades of Rose #D99F95

Tints of Rose #D99F95

Color information

#D99F95 (or 0xD99F95) is unknown color: approx Rose. HEX triplet: D9, 9F and 95. RGB value is (217,159,149). Sum of RGB (Red+Green+Blue) = 217+159+149=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F95 is #26606A. Grayscale: #AFAFAF. Windows color (decimal): -2515051 or 9805785. OLE color: 9805785.

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

Color convert

RGB217159149-
CMYK00.270.310.15
HSL8.82º47.22%71.76%-
HSV(B)8.82º31.34%85.1%-
XYZ46.4441.7234.04-
YUV175.2113.22157.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=41.33%
G=30.29%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715914900.270.310.158.8247.2271.76
HexD99F9501B1FF92f48
Octal33123722503337171157110
Binary11011001100111111001010101101111111111110011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99F95; }

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

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

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

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

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

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

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

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