Shades of Shocking #DC99C2
Tints of Shocking #DC99C2
RGB
CMYK
RGB Variations
Color information
#DC99C2 (or 0xDC99C2) is known color: Shocking. HEX triplet: DC, 99 and C2. RGB value is (220,153,194). Sum of RGB (Red+Green+Blue) = 220+153+194=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 194 (76.17% from 255 or 34.22% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99C2 is #23663D. Grayscale: #B1B1B1. Windows color (decimal): -2319934 or 12753372. OLE color: 12753372.
HSL color Cylindrical-coordinate representation of color #DC99C2: hue angle of 323.28º 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 #DC99C2 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 153 | 194 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.14 |
| HSL | 323.28º | 0.49% | 0.73% | - |
| HSV(B) | 323.28º | 0.3% | 0.86% | - |
| XYZ | 50.64 | 41.89 | 56.46 | - |
| YUV | 177.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 153 | 194 | 0 | 0.30 | 0.12 | 0.14 | 323.28 | 0.49 | 0.73 |
| Hex | DC | 99 | C2 | 0 | 1E | C | E | 143 | 31 | 49 |
| Octal | 334 | 231 | 302 | 0 | 36 | 14 | 16 | 503 | 61 | 111 |
| Binary | 11011100 | 10011001 | 11000010 | 0 | 11110 | 1100 | 1110 | 101000011 | 110001 | 1001001 |
Color Harmonies of #DC99C2
Complementary color
Monochromatic Colors of #DC99C2
Black with #DC99C2
Text Example
Text Example
White with #DC99C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC99C2; }
p { color: rgb(220,153,194); }
H1.HeaderClassName
{
color: #DC99C2;
}
.AnyTagClassName
{
color: #DC99C2;
}
</style>
background-color css
<style>
a { background-color: #DC99C2; }
a { background-color: rgb(220,153,194); }
div.DivClassName
{
background-color: #DC99C2;
}
.BgClassName
{
background-color: #DC99C2;
}
</style>
border-color css
<style>
span { border-color: #DC99C2; }
span { border-color: rgb(220,153,194); }
td.TdClassName
{
border-color: #DC99C2;
}
.TagClassName
{
border-color: #DC99C2;
}
</style>