#D49E98

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

Shades of Rose #D49E98

Tints of Rose #D49E98

Color information

#D49E98 (or 0xD49E98) is unknown color: approx Rose. HEX triplet: D4, 9E and 98. RGB value is (212,158,152). Sum of RGB (Red+Green+Blue) = 212+158+152=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E98 is #2B6167. Grayscale: #ADADAD. Windows color (decimal): -2842984 or 10002132. OLE color: 10002132.

HSL color Cylindrical-coordinate representation of color #D49E98: hue angle of 6º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D49E98 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB212158152-
CMYK00.250.280.17
HSL41.1%71.37%-
HSV(B)28.3%83.14%-
XYZ45.0540.7235.19-
YUV173.46115.89155.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 158 (62.11% from 255) = 30.27%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=40.61%
G=30.27%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215815200.250.280.17641.171.37
HexD49E980191C1162947
Octal3242362300313421651107
Binary11010100100111101001100001100111100100011101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E98; }

 p { color: rgb(212,158,152); }

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

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

 a { background-color: rgb(212,158,152); }

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

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

 span { border-color: rgb(212,158,152); }

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