Shades of Careys Pink #DD9A9C
Tints of Careys Pink #DD9A9C
RGB
CMYK
RGB Variations
Color information
#DD9A9C (or 0xDD9A9C) is known color: Careys Pink. HEX triplet: DD, 9A and 9C. RGB value is (221,154,156). Sum of RGB (Red+Green+Blue) = 221+154+156=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 156 (61.33% from 255 or 29.38% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A9C is #226563. Grayscale: #AEAEAE. Windows color (decimal): -2254180 or 10263261. OLE color: 10263261.
HSL color Cylindrical-coordinate representation of color #DD9A9C: hue angle of 358.21º 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 #DD9A9C is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 156 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.13 |
| HSL | 358.21º | 0.5% | 0.74% | - |
| HSV(B) | 358.21º | 0.3% | 0.87% | - |
| XYZ | 47.38 | 40.88 | 36.85 | - |
| YUV | 174.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 156 | 0 | 0.30 | 0.29 | 0.13 | 358.21 | 0.5 | 0.74 |
| Hex | DD | 9A | 9C | 0 | 1E | 1D | D | 166 | 32 | 4A |
| Octal | 335 | 232 | 234 | 0 | 36 | 35 | 15 | 546 | 62 | 112 |
| Binary | 11011101 | 10011010 | 10011100 | 0 | 11110 | 11101 | 1101 | 101100110 | 110010 | 1001010 |
Color Harmonies of #DD9A9C
Complementary color
Monochromatic Colors of #DD9A9C
Black with #DD9A9C
Text Example
Text Example
White with #DD9A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A9C; }
p { color: rgb(221,154,156); }
H1.HeaderClassName
{
color: #DD9A9C;
}
.AnyTagClassName
{
color: #DD9A9C;
}
</style>
background-color css
<style>
a { background-color: #DD9A9C; }
a { background-color: rgb(221,154,156); }
div.DivClassName
{
background-color: #DD9A9C;
}
.BgClassName
{
background-color: #DD9A9C;
}
</style>
border-color css
<style>
span { border-color: #DD9A9C; }
span { border-color: rgb(221,154,156); }
td.TdClassName
{
border-color: #DD9A9C;
}
.TagClassName
{
border-color: #DD9A9C;
}
</style>