#D89E94

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

Shades of Rose #D89E94

Tints of Rose #D89E94

Color information

#D89E94 (or 0xD89E94) is unknown color: approx Rose. HEX triplet: D8, 9E and 94. RGB value is (216,158,148). Sum of RGB (Red+Green+Blue) = 216+158+148=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D89E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89E94 is #27616B. Grayscale: #AEAEAE. Windows color (decimal): -2580844 or 9739992. OLE color: 9739992.

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

Color convert

RGB216158148-
CMYK00.270.310.15
HSL8.82º46.58%71.37%-
HSV(B)8.82º31.48%84.71%-
XYZ45.8941.1933.55-
YUV174.2113.22157.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.38%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=41.38%
G=30.27%
B=28.35%

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
Decimal21615814800.270.310.158.8246.5871.37
HexD89E9401B1FF92f47
Octal33023622403337171157107
Binary11011000100111101001010001101111111111110011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89E94; }

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

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

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

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

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

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

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

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