#D89E95

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

Shades of Rose #D89E95

Tints of Rose #D89E95

Color information

#D89E95 (or 0xD89E95) is unknown color: approx Rose. HEX triplet: D8, 9E and 95. RGB value is (216,158,149). Sum of RGB (Red+Green+Blue) = 216+158+149=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89E95 is #27616A. Grayscale: #AEAEAE. Windows color (decimal): -2580843 or 9805528. OLE color: 9805528.

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

Color convert

RGB216158149-
CMYK00.270.310.15
HSL8.06º46.21%71.57%-
HSV(B)8.06º31.02%84.71%-
XYZ45.9741.2233.97-
YUV174.32113.72157.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=41.30%
G=30.21%
B=28.49%

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
Decimal21615814900.270.310.158.0646.2171.57
HexD89E9501B1FF82e48
Octal33023622503337171056110
Binary11011000100111101001010101101111111111110001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89E95; }

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

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

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

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

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

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

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

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