#D49E94

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

Shades of Rose #D49E94

Tints of Rose #D49E94

Color information

#D49E94 (or 0xD49E94) is unknown color: approx Rose. HEX triplet: D4, 9E and 94. RGB value is (212,158,148). Sum of RGB (Red+Green+Blue) = 212+158+148=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E94 is #2B616B. Grayscale: #ADADAD. Windows color (decimal): -2842988 or 9739988. OLE color: 9739988.

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

Color convert

RGB212158148-
CMYK00.250.300.17
HSL9.38º42.67%70.59%-
HSV(B)9.38º30.19%83.14%-
XYZ44.7240.5933.49-
YUV173.01113.89155.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=40.93%
G=30.50%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215814800.250.300.179.3842.6770.59
HexD49E940191E1192b47
Octal32423622403136211153107
Binary110101001001111010010100011001111101000110011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E94; }

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

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

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

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

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

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

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

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