Shades of Careys Pink #D49DA2
Tints of Careys Pink #D49DA2
RGB
CMYK
RGB Variations
Color information
#D49DA2 (or 0xD49DA2) is known color: 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
RGB | 212 | 157 | 162 | - |
CMYK | 0 | 0.26 | 0.24 | 0.17 |
HSL | 354.55º | 0.39% | 0.72% | - |
HSV(B) | 354.55º | 0.26% | 0.83% | - |
XYZ | 45.73 | 40.72 | 39.63 | - |
YUV | 174.02 | 121.22 | 155.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 157 | 162 | 0 | 0.26 | 0.24 | 0.17 | 354.55 | 0.39 | 0.72 |
Hex | D4 | 9D | A2 | 0 | 1A | 18 | 11 | 163 | 27 | 48 |
Octal | 324 | 235 | 242 | 0 | 32 | 30 | 21 | 543 | 47 | 110 |
Binary | 11010100 | 10011101 | 10100010 | 0 | 11010 | 11000 | 10001 | 101100011 | 100111 | 1001000 |
Color Harmonies of #D49DA2
Complementary color
Monochromatic Colors of #D49DA2
Black with #D49DA2
Text Example
Text Example
White with #D49DA2
Text Example
Text Example
HTML Codes & Css Web 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>