Shades of Careys Pink #DD9CA2
Tints of Careys Pink #DD9CA2
RGB
CMYK
RGB Variations
Color information
#DD9CA2 (or 0xDD9CA2) is known color: Careys Pink. HEX triplet: DD, 9C and A2. RGB value is (221,156,162). Sum of RGB (Red+Green+Blue) = 221+156+162=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CA2 is #22635D. Grayscale: #B0B0B0. Windows color (decimal): -2253662 or 10656989. OLE color: 10656989.
HSL color Cylindrical-coordinate representation of color #DD9CA2: hue angle of 354.46º 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 #DD9CA2 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 162 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.13 |
| HSL | 354.46º | 0.49% | 0.74% | - |
| HSV(B) | 354.46º | 0.29% | 0.87% | - |
| XYZ | 48.23 | 41.76 | 39.7 | - |
| YUV | 176.12 | 120.03 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 162 | 0 | 0.29 | 0.27 | 0.13 | 354.46 | 0.49 | 0.74 |
| Hex | DD | 9C | A2 | 0 | 1D | 1B | D | 162 | 31 | 4A |
| Octal | 335 | 234 | 242 | 0 | 35 | 33 | 15 | 542 | 61 | 112 |
| Binary | 11011101 | 10011100 | 10100010 | 0 | 11101 | 11011 | 1101 | 101100010 | 110001 | 1001010 |
Color Harmonies of #DD9CA2
Complementary color
Monochromatic Colors of #DD9CA2
Black with #DD9CA2
Text Example
Text Example
White with #DD9CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CA2; }
p { color: rgb(221,156,162); }
H1.HeaderClassName
{
color: #DD9CA2;
}
.AnyTagClassName
{
color: #DD9CA2;
}
</style>
background-color css
<style>
a { background-color: #DD9CA2; }
a { background-color: rgb(221,156,162); }
div.DivClassName
{
background-color: #DD9CA2;
}
.BgClassName
{
background-color: #DD9CA2;
}
</style>
border-color css
<style>
span { border-color: #DD9CA2; }
span { border-color: rgb(221,156,162); }
td.TdClassName
{
border-color: #DD9CA2;
}
.TagClassName
{
border-color: #DD9CA2;
}
</style>