Shades of Shocking Pink #DF22C0
Tints of Shocking Pink #DF22C0
RGB
CMYK
RGB Variations
Color information
#DF22C0 (or 0xDF22C0) is known color: Shocking Pink. HEX triplet: DF, 22 and C0. RGB value is (223,34,192). Sum of RGB (Red+Green+Blue) = 223+34+192=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF22C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF22C0 is #20DD3F. Grayscale: #6C6C6C. Windows color (decimal): -2153792 or 12591839. OLE color: 12591839.
HSL color Cylindrical-coordinate representation of color #DF22C0: hue angle of 309.84º 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 #DF22C0 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 192 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.13 |
| HSL | 309.84º | 0.75% | 0.5% | - |
| HSV(B) | 309.84º | 0.85% | 0.87% | - |
| XYZ | 40.52 | 20.64 | 51.72 | - |
| YUV | 108.52 | 175.12 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 192 | 0 | 0.85 | 0.14 | 0.13 | 309.84 | 0.75 | 0.5 |
| Hex | DF | 22 | C0 | 0 | 55 | E | D | 136 | 4B | 32 |
| Octal | 337 | 42 | 300 | 0 | 125 | 16 | 15 | 466 | 113 | 62 |
| Binary | 11011111 | 100010 | 11000000 | 0 | 1010101 | 1110 | 1101 | 100110110 | 1001011 | 110010 |
Color Harmonies of #DF22C0
Complementary color
Monochromatic Colors of #DF22C0
Black with #DF22C0
Text Example
Text Example
White with #DF22C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF22C0; }
p { color: rgb(223,34,192); }
H1.HeaderClassName
{
color: #DF22C0;
}
.AnyTagClassName
{
color: #DF22C0;
}
</style>
background-color css
<style>
a { background-color: #DF22C0; }
a { background-color: rgb(223,34,192); }
div.DivClassName
{
background-color: #DF22C0;
}
.BgClassName
{
background-color: #DF22C0;
}
</style>
border-color css
<style>
span { border-color: #DF22C0; }
span { border-color: rgb(223,34,192); }
td.TdClassName
{
border-color: #DF22C0;
}
.TagClassName
{
border-color: #DF22C0;
}
</style>