Shades of Careys Pink #DD9AA0
Tints of Careys Pink #DD9AA0
RGB
CMYK
RGB Variations
Color information
#DD9AA0 (or 0xDD9AA0) is known color: Careys Pink. HEX triplet: DD, 9A and A0. RGB value is (221,154,160). Sum of RGB (Red+Green+Blue) = 221+154+160=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9AA0 is #22655F. Grayscale: #AEAEAE. Windows color (decimal): -2254176 or 10525405. OLE color: 10525405.
HSL color Cylindrical-coordinate representation of color #DD9AA0: hue angle of 354.63º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9AA0 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 160 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.13 |
| HSL | 354.63º | 0.5% | 0.74% | - |
| HSV(B) | 354.63º | 0.3% | 0.87% | - |
| XYZ | 47.72 | 41.02 | 38.66 | - |
| YUV | 174.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 160 | 0 | 0.30 | 0.28 | 0.13 | 354.63 | 0.5 | 0.74 |
| Hex | DD | 9A | A0 | 0 | 1E | 1C | D | 163 | 32 | 4A |
| Octal | 335 | 232 | 240 | 0 | 36 | 34 | 15 | 543 | 62 | 112 |
| Binary | 11011101 | 10011010 | 10100000 | 0 | 11110 | 11100 | 1101 | 101100011 | 110010 | 1001010 |
Color Harmonies of #DD9AA0
Complementary color
Monochromatic Colors of #DD9AA0
Black with #DD9AA0
Text Example
Text Example
White with #DD9AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9AA0; }
p { color: rgb(221,154,160); }
H1.HeaderClassName
{
color: #DD9AA0;
}
.AnyTagClassName
{
color: #DD9AA0;
}
</style>
background-color css
<style>
a { background-color: #DD9AA0; }
a { background-color: rgb(221,154,160); }
div.DivClassName
{
background-color: #DD9AA0;
}
.BgClassName
{
background-color: #DD9AA0;
}
</style>
border-color css
<style>
span { border-color: #DD9AA0; }
span { border-color: rgb(221,154,160); }
td.TdClassName
{
border-color: #DD9AA0;
}
.TagClassName
{
border-color: #DD9AA0;
}
</style>