Shades of Careys Pink #DD9B9C
Tints of Careys Pink #DD9B9C
RGB
CMYK
RGB Variations
Color information
#DD9B9C (or 0xDD9B9C) is known color: Careys Pink. HEX triplet: DD, 9B and 9C. RGB value is (221,155,156). Sum of RGB (Red+Green+Blue) = 221+155+156=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9B9C is #226463. Grayscale: #AEAEAE. Windows color (decimal): -2253924 or 10263517. OLE color: 10263517.
HSL color Cylindrical-coordinate representation of color #DD9B9C: hue angle of 359.09º degrees, saturation: 0.49, 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 #DD9B9C is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 156 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.13 |
| HSL | 359.09º | 0.49% | 0.74% | - |
| HSV(B) | 359.09º | 0.3% | 0.87% | - |
| XYZ | 47.54 | 41.22 | 36.9 | - |
| YUV | 174.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 156 | 0 | 0.30 | 0.29 | 0.13 | 359.09 | 0.49 | 0.74 |
| Hex | DD | 9B | 9C | 0 | 1E | 1D | D | 167 | 31 | 4A |
| Octal | 335 | 233 | 234 | 0 | 36 | 35 | 15 | 547 | 61 | 112 |
| Binary | 11011101 | 10011011 | 10011100 | 0 | 11110 | 11101 | 1101 | 101100111 | 110001 | 1001010 |
Color Harmonies of #DD9B9C
Complementary color
Monochromatic Colors of #DD9B9C
Black with #DD9B9C
Text Example
Text Example
White with #DD9B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9B9C; }
p { color: rgb(221,155,156); }
H1.HeaderClassName
{
color: #DD9B9C;
}
.AnyTagClassName
{
color: #DD9B9C;
}
</style>
background-color css
<style>
a { background-color: #DD9B9C; }
a { background-color: rgb(221,155,156); }
div.DivClassName
{
background-color: #DD9B9C;
}
.BgClassName
{
background-color: #DD9B9C;
}
</style>
border-color css
<style>
span { border-color: #DD9B9C; }
span { border-color: rgb(221,155,156); }
td.TdClassName
{
border-color: #DD9B9C;
}
.TagClassName
{
border-color: #DD9B9C;
}
</style>