Shades of Careys Pink #DD9A9D
Tints of Careys Pink #DD9A9D
RGB
CMYK
RGB Variations
Color information
#DD9A9D (or 0xDD9A9D) is known color: Careys Pink. HEX triplet: DD, 9A and 9D. RGB value is (221,154,157). Sum of RGB (Red+Green+Blue) = 221+154+157=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A9D is #226562. Grayscale: #AEAEAE. Windows color (decimal): -2254179 or 10328797. OLE color: 10328797.
HSL color Cylindrical-coordinate representation of color #DD9A9D: hue angle of 357.31º 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 #DD9A9D is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 157 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.13 |
| HSL | 357.31º | 0.5% | 0.74% | - |
| HSV(B) | 357.31º | 0.3% | 0.87% | - |
| XYZ | 47.46 | 40.92 | 37.29 | - |
| YUV | 174.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 157 | 0 | 0.30 | 0.29 | 0.13 | 357.31 | 0.5 | 0.74 |
| Hex | DD | 9A | 9D | 0 | 1E | 1D | D | 165 | 32 | 4A |
| Octal | 335 | 232 | 235 | 0 | 36 | 35 | 15 | 545 | 62 | 112 |
| Binary | 11011101 | 10011010 | 10011101 | 0 | 11110 | 11101 | 1101 | 101100101 | 110010 | 1001010 |
Color Harmonies of #DD9A9D
Complementary color
Monochromatic Colors of #DD9A9D
Black with #DD9A9D
Text Example
Text Example
White with #DD9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A9D; }
p { color: rgb(221,154,157); }
H1.HeaderClassName
{
color: #DD9A9D;
}
.AnyTagClassName
{
color: #DD9A9D;
}
</style>
background-color css
<style>
a { background-color: #DD9A9D; }
a { background-color: rgb(221,154,157); }
div.DivClassName
{
background-color: #DD9A9D;
}
.BgClassName
{
background-color: #DD9A9D;
}
</style>
border-color css
<style>
span { border-color: #DD9A9D; }
span { border-color: rgb(221,154,157); }
td.TdClassName
{
border-color: #DD9A9D;
}
.TagClassName
{
border-color: #DD9A9D;
}
</style>