Shades of Shocking Pink #DF20CC
Tints of Shocking Pink #DF20CC
RGB
CMYK
RGB Variations
Color information
#DF20CC (or 0xDF20CC) is known color: Shocking Pink. HEX triplet: DF, 20 and CC. RGB value is (223,32,204). Sum of RGB (Red+Green+Blue) = 223+32+204=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF20CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF20CC is #20DF33. Grayscale: #6C6C6C. Windows color (decimal): -2154292 or 13377759. OLE color: 13377759.
HSL color Cylindrical-coordinate representation of color #DF20CC: hue angle of 305.97º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF20CC is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 204 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.13 |
| HSL | 305.97º | 0.75% | 0.5% | - |
| HSV(B) | 305.97º | 0.86% | 0.87% | - |
| XYZ | 41.85 | 21.08 | 58.99 | - |
| YUV | 108.72 | 181.78 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 204 | 0 | 0.86 | 0.09 | 0.13 | 305.97 | 0.75 | 0.5 |
| Hex | DF | 20 | CC | 0 | 56 | 9 | D | 132 | 4B | 32 |
| Octal | 337 | 40 | 314 | 0 | 126 | 11 | 15 | 462 | 113 | 62 |
| Binary | 11011111 | 100000 | 11001100 | 0 | 1010110 | 1001 | 1101 | 100110010 | 1001011 | 110010 |
Color Harmonies of #DF20CC
Complementary color
Monochromatic Colors of #DF20CC
Black with #DF20CC
Text Example
Text Example
White with #DF20CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF20CC; }
p { color: rgb(223,32,204); }
H1.HeaderClassName
{
color: #DF20CC;
}
.AnyTagClassName
{
color: #DF20CC;
}
</style>
background-color css
<style>
a { background-color: #DF20CC; }
a { background-color: rgb(223,32,204); }
div.DivClassName
{
background-color: #DF20CC;
}
.BgClassName
{
background-color: #DF20CC;
}
</style>
border-color css
<style>
span { border-color: #DF20CC; }
span { border-color: rgb(223,32,204); }
td.TdClassName
{
border-color: #DF20CC;
}
.TagClassName
{
border-color: #DF20CC;
}
</style>