#D49DA2

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

Shades of Careys Pink #D49DA2

Tints of Careys Pink #D49DA2

Color information

#D49DA2 (or 0xD49DA2) is unknown color: approx Careys Pink. HEX triplet: D4, 9D and A2. RGB value is (212,157,162). Sum of RGB (Red+Green+Blue) = 212+157+162=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D49DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49DA2 is #2B625D. Grayscale: #AEAEAE. Windows color (decimal): -2843230 or 10657236. OLE color: 10657236.

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

Color convert

RGB212157162-
CMYK00.260.240.17
HSL354.55º39.01%72.35%-
HSV(B)354.55º25.94%83.14%-
XYZ45.7340.7239.63-
YUV174.02121.22155.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 162 (63.67% from 255) = 30.51%
R=39.92%
G=29.57%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215716200.260.240.17354.5539.0172.35
HexD49DA201A18111632748
Octal324235242032302154347110
Binary11010100100111011010001001101011000100011011000111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49DA2; }

 p { color: rgb(212,157,162); }

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

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

 a { background-color: rgb(212,157,162); }

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

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

 span { border-color: rgb(212,157,162); }

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