Shades of Shocking Pink #DF21C6
Tints of Shocking Pink #DF21C6
RGB
CMYK
RGB Variations
Color information
#DF21C6 (or 0xDF21C6) is known color: Shocking Pink. HEX triplet: DF, 21 and C6. RGB value is (223,33,198). Sum of RGB (Red+Green+Blue) = 223+33+198=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF21C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF21C6 is #20DE39. Grayscale: #6C6C6C. Windows color (decimal): -2154042 or 12984799. OLE color: 12984799.
HSL color Cylindrical-coordinate representation of color #DF21C6: hue angle of 307.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF21C6 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 198 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.13 |
| HSL | 307.89º | 0.75% | 0.5% | - |
| HSV(B) | 307.89º | 0.85% | 0.87% | - |
| XYZ | 41.17 | 20.85 | 55.28 | - |
| YUV | 108.62 | 178.45 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 198 | 0 | 0.85 | 0.11 | 0.13 | 307.89 | 0.75 | 0.5 |
| Hex | DF | 21 | C6 | 0 | 55 | B | D | 134 | 4B | 32 |
| Octal | 337 | 41 | 306 | 0 | 125 | 13 | 15 | 464 | 113 | 62 |
| Binary | 11011111 | 100001 | 11000110 | 0 | 1010101 | 1011 | 1101 | 100110100 | 1001011 | 110010 |
Color Harmonies of #DF21C6
Complementary color
Monochromatic Colors of #DF21C6
Black with #DF21C6
Text Example
Text Example
White with #DF21C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF21C6; }
p { color: rgb(223,33,198); }
H1.HeaderClassName
{
color: #DF21C6;
}
.AnyTagClassName
{
color: #DF21C6;
}
</style>
background-color css
<style>
a { background-color: #DF21C6; }
a { background-color: rgb(223,33,198); }
div.DivClassName
{
background-color: #DF21C6;
}
.BgClassName
{
background-color: #DF21C6;
}
</style>
border-color css
<style>
span { border-color: #DF21C6; }
span { border-color: rgb(223,33,198); }
td.TdClassName
{
border-color: #DF21C6;
}
.TagClassName
{
border-color: #DF21C6;
}
</style>