Shades of Shocking #DC99C5
Tints of Shocking #DC99C5
RGB
CMYK
RGB Variations
Color information
#DC99C5 (or 0xDC99C5) is known color: Shocking. HEX triplet: DC, 99 and C5. RGB value is (220,153,197). Sum of RGB (Red+Green+Blue) = 220+153+197=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99C5 is #23663A. Grayscale: #B1B1B1. Windows color (decimal): -2319931 or 12949980. OLE color: 12949980.
HSL color Cylindrical-coordinate representation of color #DC99C5: hue angle of 320.6º 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 #DC99C5 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 197 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.14 |
| HSL | 320.6º | 0.49% | 0.73% | - |
| HSV(B) | 320.6º | 0.3% | 0.86% | - |
| XYZ | 50.98 | 42.03 | 58.25 | - |
| YUV | 178.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 197 | 0 | 0.30 | 0.10 | 0.14 | 320.6 | 0.49 | 0.73 |
| Hex | DC | 99 | C5 | 0 | 1E | A | E | 141 | 31 | 49 |
| Octal | 334 | 231 | 305 | 0 | 36 | 12 | 16 | 501 | 61 | 111 |
| Binary | 11011100 | 10011001 | 11000101 | 0 | 11110 | 1010 | 1110 | 101000001 | 110001 | 1001001 |
Color Harmonies of #DC99C5
Complementary color
Monochromatic Colors of #DC99C5
Black with #DC99C5
Text Example
Text Example
White with #DC99C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99C5; }
p { color: rgb(220,153,197); }
H1.HeaderClassName
{
color: #DC99C5;
}
.AnyTagClassName
{
color: #DC99C5;
}
</style>
background-color css
<style>
a { background-color: #DC99C5; }
a { background-color: rgb(220,153,197); }
div.DivClassName
{
background-color: #DC99C5;
}
.BgClassName
{
background-color: #DC99C5;
}
</style>
border-color css
<style>
span { border-color: #DC99C5; }
span { border-color: rgb(220,153,197); }
td.TdClassName
{
border-color: #DC99C5;
}
.TagClassName
{
border-color: #DC99C5;
}
</style>