Shades of Shocking #DC99C7
Tints of Shocking #DC99C7
RGB
CMYK
RGB Variations
Color information
#DC99C7 (or 0xDC99C7) is known color: Shocking. HEX triplet: DC, 99 and C7. RGB value is (220,153,199). Sum of RGB (Red+Green+Blue) = 220+153+199=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99C7 is #236638. Grayscale: #B2B2B2. Windows color (decimal): -2319929 or 13081052. OLE color: 13081052.
HSL color Cylindrical-coordinate representation of color #DC99C7: hue angle of 318.81º 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 #DC99C7 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 199 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.14 |
| HSL | 318.81º | 0.49% | 0.73% | - |
| HSV(B) | 318.81º | 0.3% | 0.86% | - |
| XYZ | 51.22 | 42.12 | 59.46 | - |
| YUV | 178.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 199 | 0 | 0.30 | 0.10 | 0.14 | 318.81 | 0.49 | 0.73 |
| Hex | DC | 99 | C7 | 0 | 1E | A | E | 13F | 31 | 49 |
| Octal | 334 | 231 | 307 | 0 | 36 | 12 | 16 | 477 | 61 | 111 |
| Binary | 11011100 | 10011001 | 11000111 | 0 | 11110 | 1010 | 1110 | 100111111 | 110001 | 1001001 |
Color Harmonies of #DC99C7
Complementary color
Monochromatic Colors of #DC99C7
Black with #DC99C7
Text Example
Text Example
White with #DC99C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99C7; }
p { color: rgb(220,153,199); }
H1.HeaderClassName
{
color: #DC99C7;
}
.AnyTagClassName
{
color: #DC99C7;
}
</style>
background-color css
<style>
a { background-color: #DC99C7; }
a { background-color: rgb(220,153,199); }
div.DivClassName
{
background-color: #DC99C7;
}
.BgClassName
{
background-color: #DC99C7;
}
</style>
border-color css
<style>
span { border-color: #DC99C7; }
span { border-color: rgb(220,153,199); }
td.TdClassName
{
border-color: #DC99C7;
}
.TagClassName
{
border-color: #DC99C7;
}
</style>