Shades of Careys Pink #DC999F
Tints of Careys Pink #DC999F
RGB
CMYK
RGB Variations
Color information
#DC999F (or 0xDC999F) is known color: Careys Pink. HEX triplet: DC, 99 and 9F. RGB value is (220,153,159). Sum of RGB (Red+Green+Blue) = 220+153+159=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 159 (62.5% from 255 or 29.89% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC999F is #236660. Grayscale: #ADADAD. Windows color (decimal): -2319969 or 10459612. OLE color: 10459612.
HSL color Cylindrical-coordinate representation of color #DC999F: hue angle of 354.63º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DC999F is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 159 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.14 |
| HSL | 354.63º | 0.49% | 0.73% | - |
| HSV(B) | 354.63º | 0.3% | 0.86% | - |
| XYZ | 47.16 | 40.5 | 38.13 | - |
| YUV | 173.72 | 119.7 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 159 | 0 | 0.30 | 0.28 | 0.14 | 354.63 | 0.49 | 0.73 |
| Hex | DC | 99 | 9F | 0 | 1E | 1C | E | 163 | 31 | 49 |
| Octal | 334 | 231 | 237 | 0 | 36 | 34 | 16 | 543 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10011111 | 0 | 11110 | 11100 | 1110 | 101100011 | 110001 | 1001001 |
Color Harmonies of #DC999F
Complementary color
Monochromatic Colors of #DC999F
Black with #DC999F
Text Example
Text Example
White with #DC999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC999F; }
p { color: rgb(220,153,159); }
H1.HeaderClassName
{
color: #DC999F;
}
.AnyTagClassName
{
color: #DC999F;
}
</style>
background-color css
<style>
a { background-color: #DC999F; }
a { background-color: rgb(220,153,159); }
div.DivClassName
{
background-color: #DC999F;
}
.BgClassName
{
background-color: #DC999F;
}
</style>
border-color css
<style>
span { border-color: #DC999F; }
span { border-color: rgb(220,153,159); }
td.TdClassName
{
border-color: #DC999F;
}
.TagClassName
{
border-color: #DC999F;
}
</style>