Shades of Careys Pink #DD9A9F
Tints of Careys Pink #DD9A9F
RGB
CMYK
RGB Variations
Color information
#DD9A9F (or 0xDD9A9F) is known color: Careys Pink. HEX triplet: DD, 9A and 9F. RGB value is (221,154,159). Sum of RGB (Red+Green+Blue) = 221+154+159=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A9F is #226560. Grayscale: #AEAEAE. Windows color (decimal): -2254177 or 10459869. OLE color: 10459869.
HSL color Cylindrical-coordinate representation of color #DD9A9F: hue angle of 355.52º 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 #DD9A9F is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 159 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.13 |
| HSL | 355.52º | 0.5% | 0.74% | - |
| HSV(B) | 355.52º | 0.3% | 0.87% | - |
| XYZ | 47.63 | 40.99 | 38.2 | - |
| YUV | 174.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 159 | 0 | 0.30 | 0.28 | 0.13 | 355.52 | 0.5 | 0.74 |
| Hex | DD | 9A | 9F | 0 | 1E | 1C | D | 164 | 32 | 4A |
| Octal | 335 | 232 | 237 | 0 | 36 | 34 | 15 | 544 | 62 | 112 |
| Binary | 11011101 | 10011010 | 10011111 | 0 | 11110 | 11100 | 1101 | 101100100 | 110010 | 1001010 |
Color Harmonies of #DD9A9F
Complementary color
Monochromatic Colors of #DD9A9F
Black with #DD9A9F
Text Example
Text Example
White with #DD9A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A9F; }
p { color: rgb(221,154,159); }
H1.HeaderClassName
{
color: #DD9A9F;
}
.AnyTagClassName
{
color: #DD9A9F;
}
</style>
background-color css
<style>
a { background-color: #DD9A9F; }
a { background-color: rgb(221,154,159); }
div.DivClassName
{
background-color: #DD9A9F;
}
.BgClassName
{
background-color: #DD9A9F;
}
</style>
border-color css
<style>
span { border-color: #DD9A9F; }
span { border-color: rgb(221,154,159); }
td.TdClassName
{
border-color: #DD9A9F;
}
.TagClassName
{
border-color: #DD9A9F;
}
</style>