Shades of Shocking Pink #DC20C3
Tints of Shocking Pink #DC20C3
RGB
CMYK
RGB Variations
Color information
#DC20C3 (or 0xDC20C3) is known color: Shocking Pink. HEX triplet: DC, 20 and C3. RGB value is (220,32,195). Sum of RGB (Red+Green+Blue) = 220+32+195=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20C3 is #23DF3C. Grayscale: #6A6A6A. Windows color (decimal): -2350909 or 12787932. OLE color: 12787932.
HSL color Cylindrical-coordinate representation of color #DC20C3: hue angle of 307.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20C3 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 195 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.14 |
| HSL | 307.98º | 0.75% | 0.49% | - |
| HSV(B) | 307.98º | 0.85% | 0.86% | - |
| XYZ | 39.88 | 20.19 | 53.42 | - |
| YUV | 106.79 | 177.78 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 195 | 0 | 0.85 | 0.11 | 0.14 | 307.98 | 0.75 | 0.49 |
| Hex | DC | 20 | C3 | 0 | 55 | B | E | 134 | 4B | 31 |
| Octal | 334 | 40 | 303 | 0 | 125 | 13 | 16 | 464 | 113 | 61 |
| Binary | 11011100 | 100000 | 11000011 | 0 | 1010101 | 1011 | 1110 | 100110100 | 1001011 | 110001 |
Color Harmonies of #DC20C3
Complementary color
Monochromatic Colors of #DC20C3
Black with #DC20C3
Text Example
Text Example
White with #DC20C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20C3; }
p { color: rgb(220,32,195); }
H1.HeaderClassName
{
color: #DC20C3;
}
.AnyTagClassName
{
color: #DC20C3;
}
</style>
background-color css
<style>
a { background-color: #DC20C3; }
a { background-color: rgb(220,32,195); }
div.DivClassName
{
background-color: #DC20C3;
}
.BgClassName
{
background-color: #DC20C3;
}
</style>
border-color css
<style>
span { border-color: #DC20C3; }
span { border-color: rgb(220,32,195); }
td.TdClassName
{
border-color: #DC20C3;
}
.TagClassName
{
border-color: #DC20C3;
}
</style>