#D99F8A

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

Shades of Rose #D99F8A

Tints of Rose #D99F8A

Color information

#D99F8A (or 0xD99F8A) is unknown color: approx Rose. HEX triplet: D9, 9F and 8A. RGB value is (217,159,138). Sum of RGB (Red+Green+Blue) = 217+159+138=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99F8A is #266075. Grayscale: #AEAEAE. Windows color (decimal): -2515062 or 9084889. OLE color: 9084889.

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

Color convert

RGB217159138-
CMYK00.270.360.15
HSL15.95º50.97%69.61%-
HSV(B)15.95º36.41%85.1%-
XYZ45.641.3829.63-
YUV173.95107.72158.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.22%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=42.22%
G=30.93%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715913800.270.360.1515.9550.9769.61
HexD99F8A01B24F103346
Octal33123721203344172063106
Binary1101100110011111100010100110111001001111100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99F8A; }

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

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

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

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

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

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

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

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