Shades of Careys Pink #DD979D
Tints of Careys Pink #DD979D
RGB
CMYK
RGB Variations
Color information
#DD979D (or 0xDD979D) is known color: Careys Pink. HEX triplet: DD, 97 and 9D. RGB value is (221,151,157). Sum of RGB (Red+Green+Blue) = 221+151+157=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD979D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD979D is #226862. Grayscale: #ACACAC. Windows color (decimal): -2254947 or 10328029. OLE color: 10328029.
HSL color Cylindrical-coordinate representation of color #DD979D: hue angle of 354.86º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD979D is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 157 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.13 |
| HSL | 354.86º | 0.51% | 0.73% | - |
| HSV(B) | 354.86º | 0.32% | 0.87% | - |
| XYZ | 46.97 | 39.94 | 37.13 | - |
| YUV | 172.61 | 119.19 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 157 | 0 | 0.32 | 0.29 | 0.13 | 354.86 | 0.51 | 0.73 |
| Hex | DD | 97 | 9D | 0 | 20 | 1D | D | 163 | 33 | 49 |
| Octal | 335 | 227 | 235 | 0 | 40 | 35 | 15 | 543 | 63 | 111 |
| Binary | 11011101 | 10010111 | 10011101 | 0 | 100000 | 11101 | 1101 | 101100011 | 110011 | 1001001 |
Color Harmonies of #DD979D
Complementary color
Monochromatic Colors of #DD979D
Black with #DD979D
Text Example
Text Example
White with #DD979D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD979D; }
p { color: rgb(221,151,157); }
H1.HeaderClassName
{
color: #DD979D;
}
.AnyTagClassName
{
color: #DD979D;
}
</style>
background-color css
<style>
a { background-color: #DD979D; }
a { background-color: rgb(221,151,157); }
div.DivClassName
{
background-color: #DD979D;
}
.BgClassName
{
background-color: #DD979D;
}
</style>
border-color css
<style>
span { border-color: #DD979D; }
span { border-color: rgb(221,151,157); }
td.TdClassName
{
border-color: #DD979D;
}
.TagClassName
{
border-color: #DD979D;
}
</style>