#D89E96

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

Shades of Rose #D89E96

Tints of Rose #D89E96

Color information

#D89E96 (or 0xD89E96) is unknown color: approx Rose. HEX triplet: D8, 9E and 96. RGB value is (216,158,150). Sum of RGB (Red+Green+Blue) = 216+158+150=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89E96 is #276169. Grayscale: #AEAEAE. Windows color (decimal): -2580842 or 9871064. OLE color: 9871064.

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

Color convert

RGB216158150-
CMYK00.270.310.15
HSL7.27º45.83%71.76%-
HSV(B)7.27º30.56%84.71%-
XYZ46.0541.2534.39-
YUV174.43114.22157.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=41.22%
G=30.15%
B=28.63%

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
Decimal21615815000.270.310.157.2745.8371.76
HexD89E9601B1FF72e48
Octal3302362260333717756110
Binary1101100010011110100101100110111111111111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89E96; }

 p { color: rgb(216,158,150); }

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

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

 a { background-color: rgb(216,158,150); }

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

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

 span { border-color: rgb(216,158,150); }

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