#D49E9A

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

Shades of Rose #D49E9A

Tints of Rose #D49E9A

Color information

#D49E9A (or 0xD49E9A) is unknown color: approx Rose. HEX triplet: D4, 9E and 9A. RGB value is (212,158,154). Sum of RGB (Red+Green+Blue) = 212+158+154=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E9A is #2B6165. Grayscale: #ADADAD. Windows color (decimal): -2842982 or 10133204. OLE color: 10133204.

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

Color convert

RGB212158154-
CMYK00.250.270.17
HSL4.14º40.28%71.76%-
HSV(B)4.14º27.36%83.14%-
XYZ45.2140.7836.06-
YUV173.69116.89155.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 158 (62.11% from 255) = 30.15%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=40.46%
G=30.15%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215815400.250.270.174.1440.2871.76
HexD49E9A0191B1142848
Octal3242362320313321450110
Binary11010100100111101001101001100111011100011001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E9A; }

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

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

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

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

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

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

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

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