#D99E8A

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

Shades of Rose #D99E8A

Tints of Rose #D99E8A

Color information

#D99E8A (or 0xD99E8A) is unknown color: approx Rose. HEX triplet: D9, 9E and 8A. RGB value is (217,158,138). Sum of RGB (Red+Green+Blue) = 217+158+138=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99E8A is #266175. Grayscale: #ADADAD. Windows color (decimal): -2515318 or 9084633. OLE color: 9084633.

HSL color Cylindrical-coordinate representation of color #D99E8A: hue angle of 15.19º 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 #D99E8A is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217158138-
CMYK00.270.360.15
HSL15.19º50.97%69.61%-
HSV(B)15.19º36.41%85.1%-
XYZ45.4341.0429.57-
YUV173.36108.05159.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=42.30%
G=30.80%
B=26.90%

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
Decimal21715813800.270.360.1515.1950.9769.61
HexD99E8A01B24Ff3346
Octal33123621203344171763106
Binary110110011001111010001010011011100100111111111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99E8A; }

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

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

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

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

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

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

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

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