Shades of Careys Pink #DC999D
Tints of Careys Pink #DC999D
RGB
CMYK
RGB Variations
Color information
#DC999D (or 0xDC999D) is known color: Careys Pink. HEX triplet: DC, 99 and 9D. RGB value is (220,153,157). Sum of RGB (Red+Green+Blue) = 220+153+157=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC999D is #236662. Grayscale: #ADADAD. Windows color (decimal): -2319971 or 10328540. OLE color: 10328540.
HSL color Cylindrical-coordinate representation of color #DC999D: hue angle of 356.42º 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 #DC999D is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 157 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.14 |
| HSL | 356.42º | 0.49% | 0.73% | - |
| HSV(B) | 356.42º | 0.3% | 0.86% | - |
| XYZ | 46.99 | 40.43 | 37.23 | - |
| YUV | 173.49 | 118.7 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 157 | 0 | 0.30 | 0.29 | 0.14 | 356.42 | 0.49 | 0.73 |
| Hex | DC | 99 | 9D | 0 | 1E | 1D | E | 164 | 31 | 49 |
| Octal | 334 | 231 | 235 | 0 | 36 | 35 | 16 | 544 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10011101 | 0 | 11110 | 11101 | 1110 | 101100100 | 110001 | 1001001 |
Color Harmonies of #DC999D
Complementary color
Monochromatic Colors of #DC999D
Black with #DC999D
Text Example
Text Example
White with #DC999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC999D; }
p { color: rgb(220,153,157); }
H1.HeaderClassName
{
color: #DC999D;
}
.AnyTagClassName
{
color: #DC999D;
}
</style>
background-color css
<style>
a { background-color: #DC999D; }
a { background-color: rgb(220,153,157); }
div.DivClassName
{
background-color: #DC999D;
}
.BgClassName
{
background-color: #DC999D;
}
</style>
border-color css
<style>
span { border-color: #DC999D; }
span { border-color: rgb(220,153,157); }
td.TdClassName
{
border-color: #DC999D;
}
.TagClassName
{
border-color: #DC999D;
}
</style>