Shades of Shocking Pink #DF16C2
Tints of Shocking Pink #DF16C2
RGB
CMYK
RGB Variations
Color information
#DF16C2 (or 0xDF16C2) is known color: Shocking Pink. HEX triplet: DF, 16 and C2. RGB value is (223,22,194). Sum of RGB (Red+Green+Blue) = 223+22+194=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF16C2 is #20E93D. Grayscale: #656565. Windows color (decimal): -2156862 or 12719839. OLE color: 12719839.
HSL color Cylindrical-coordinate representation of color #DF16C2: hue angle of 308.66º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF16C2 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 194 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.13 |
| HSL | 308.66º | 0.82% | 0.48% | - |
| HSV(B) | 308.66º | 0.9% | 0.87% | - |
| XYZ | 40.46 | 20.16 | 52.8 | - |
| YUV | 101.71 | 180.09 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 194 | 0 | 0.90 | 0.13 | 0.13 | 308.66 | 0.82 | 0.48 |
| Hex | DF | 16 | C2 | 0 | 5A | D | D | 135 | 52 | 30 |
| Octal | 337 | 26 | 302 | 0 | 132 | 15 | 15 | 465 | 122 | 60 |
| Binary | 11011111 | 10110 | 11000010 | 0 | 1011010 | 1101 | 1101 | 100110101 | 1010010 | 110000 |
Color Harmonies of #DF16C2
Complementary color
Monochromatic Colors of #DF16C2
Black with #DF16C2
Text Example
Text Example
White with #DF16C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16C2; }
p { color: rgb(223,22,194); }
H1.HeaderClassName
{
color: #DF16C2;
}
.AnyTagClassName
{
color: #DF16C2;
}
</style>
background-color css
<style>
a { background-color: #DF16C2; }
a { background-color: rgb(223,22,194); }
div.DivClassName
{
background-color: #DF16C2;
}
.BgClassName
{
background-color: #DF16C2;
}
</style>
border-color css
<style>
span { border-color: #DF16C2; }
span { border-color: rgb(223,22,194); }
td.TdClassName
{
border-color: #DF16C2;
}
.TagClassName
{
border-color: #DF16C2;
}
</style>