Shades of Careys Pink #DD9CA0
Tints of Careys Pink #DD9CA0
RGB
CMYK
RGB Variations
Color information
#DD9CA0 (or 0xDD9CA0) is known color: Careys Pink. HEX triplet: DD, 9C and A0. RGB value is (221,156,160). Sum of RGB (Red+Green+Blue) = 221+156+160=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CA0 is #22635F. Grayscale: #AFAFAF. Windows color (decimal): -2253664 or 10525917. OLE color: 10525917.
HSL color Cylindrical-coordinate representation of color #DD9CA0: hue angle of 356.31º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9CA0 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 160 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.13 |
| HSL | 356.31º | 0.49% | 0.74% | - |
| HSV(B) | 356.31º | 0.29% | 0.87% | - |
| XYZ | 48.05 | 41.69 | 38.77 | - |
| YUV | 175.89 | 119.03 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 160 | 0 | 0.29 | 0.28 | 0.13 | 356.31 | 0.49 | 0.74 |
| Hex | DD | 9C | A0 | 0 | 1D | 1C | D | 164 | 31 | 4A |
| Octal | 335 | 234 | 240 | 0 | 35 | 34 | 15 | 544 | 61 | 112 |
| Binary | 11011101 | 10011100 | 10100000 | 0 | 11101 | 11100 | 1101 | 101100100 | 110001 | 1001010 |
Color Harmonies of #DD9CA0
Complementary color
Monochromatic Colors of #DD9CA0
Black with #DD9CA0
Text Example
Text Example
White with #DD9CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CA0; }
p { color: rgb(221,156,160); }
H1.HeaderClassName
{
color: #DD9CA0;
}
.AnyTagClassName
{
color: #DD9CA0;
}
</style>
background-color css
<style>
a { background-color: #DD9CA0; }
a { background-color: rgb(221,156,160); }
div.DivClassName
{
background-color: #DD9CA0;
}
.BgClassName
{
background-color: #DD9CA0;
}
</style>
border-color css
<style>
span { border-color: #DD9CA0; }
span { border-color: rgb(221,156,160); }
td.TdClassName
{
border-color: #DD9CA0;
}
.TagClassName
{
border-color: #DD9CA0;
}
</style>