Shades of Careys Pink #DC999E
Tints of Careys Pink #DC999E
RGB
CMYK
RGB Variations
Color information
#DC999E (or 0xDC999E) is known color: Careys Pink. HEX triplet: DC, 99 and 9E. RGB value is (220,153,158). Sum of RGB (Red+Green+Blue) = 220+153+158=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC999E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC999E is #236661. Grayscale: #ADADAD. Windows color (decimal): -2319970 or 10394076. OLE color: 10394076.
HSL color Cylindrical-coordinate representation of color #DC999E: hue angle of 355.52º 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 #DC999E is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 158 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.14 |
| HSL | 355.52º | 0.49% | 0.73% | - |
| HSV(B) | 355.52º | 0.3% | 0.86% | - |
| XYZ | 47.08 | 40.47 | 37.68 | - |
| YUV | 173.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 158 | 0 | 0.30 | 0.28 | 0.14 | 355.52 | 0.49 | 0.73 |
| Hex | DC | 99 | 9E | 0 | 1E | 1C | E | 164 | 31 | 49 |
| Octal | 334 | 231 | 236 | 0 | 36 | 34 | 16 | 544 | 61 | 111 |
| Binary | 11011100 | 10011001 | 10011110 | 0 | 11110 | 11100 | 1110 | 101100100 | 110001 | 1001001 |
Color Harmonies of #DC999E
Complementary color
Monochromatic Colors of #DC999E
Black with #DC999E
Text Example
Text Example
White with #DC999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC999E; }
p { color: rgb(220,153,158); }
H1.HeaderClassName
{
color: #DC999E;
}
.AnyTagClassName
{
color: #DC999E;
}
</style>
background-color css
<style>
a { background-color: #DC999E; }
a { background-color: rgb(220,153,158); }
div.DivClassName
{
background-color: #DC999E;
}
.BgClassName
{
background-color: #DC999E;
}
</style>
border-color css
<style>
span { border-color: #DC999E; }
span { border-color: rgb(220,153,158); }
td.TdClassName
{
border-color: #DC999E;
}
.TagClassName
{
border-color: #DC999E;
}
</style>