Shades of Careys Pink #DD9CA3
Tints of Careys Pink #DD9CA3
RGB
CMYK
RGB Variations
Color information
#DD9CA3 (or 0xDD9CA3) is known color: Careys Pink. HEX triplet: DD, 9C and A3. RGB value is (221,156,163). Sum of RGB (Red+Green+Blue) = 221+156+163=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9CA3 is #22635C. Grayscale: #B0B0B0. Windows color (decimal): -2253661 or 10722525. OLE color: 10722525.
HSL color Cylindrical-coordinate representation of color #DD9CA3: hue angle of 353.54º 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 #DD9CA3 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 163 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.13 |
| HSL | 353.54º | 0.49% | 0.74% | - |
| HSV(B) | 353.54º | 0.29% | 0.87% | - |
| XYZ | 48.32 | 41.79 | 40.17 | - |
| YUV | 176.23 | 120.53 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 163 | 0 | 0.29 | 0.26 | 0.13 | 353.54 | 0.49 | 0.74 |
| Hex | DD | 9C | A3 | 0 | 1D | 1A | D | 162 | 31 | 4A |
| Octal | 335 | 234 | 243 | 0 | 35 | 32 | 15 | 542 | 61 | 112 |
| Binary | 11011101 | 10011100 | 10100011 | 0 | 11101 | 11010 | 1101 | 101100010 | 110001 | 1001010 |
Color Harmonies of #DD9CA3
Complementary color
Monochromatic Colors of #DD9CA3
Black with #DD9CA3
Text Example
Text Example
White with #DD9CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CA3; }
p { color: rgb(221,156,163); }
H1.HeaderClassName
{
color: #DD9CA3;
}
.AnyTagClassName
{
color: #DD9CA3;
}
</style>
background-color css
<style>
a { background-color: #DD9CA3; }
a { background-color: rgb(221,156,163); }
div.DivClassName
{
background-color: #DD9CA3;
}
.BgClassName
{
background-color: #DD9CA3;
}
</style>
border-color css
<style>
span { border-color: #DD9CA3; }
span { border-color: rgb(221,156,163); }
td.TdClassName
{
border-color: #DD9CA3;
}
.TagClassName
{
border-color: #DD9CA3;
}
</style>