Shades of Shocking Pink #DF12C1
Tints of Shocking Pink #DF12C1
RGB
CMYK
RGB Variations
Color information
#DF12C1 (or 0xDF12C1) is known color: Shocking Pink. HEX triplet: DF, 12 and C1. RGB value is (223,18,193). Sum of RGB (Red+Green+Blue) = 223+18+193=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF12C1 is #20ED3E. Grayscale: #626262. Windows color (decimal): -2157887 or 12653279. OLE color: 12653279.
HSL color Cylindrical-coordinate representation of color #DF12C1: hue angle of 308.78º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF12C1 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 193 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.13 |
| HSL | 308.78º | 0.85% | 0.47% | - |
| HSV(B) | 308.78º | 0.92% | 0.87% | - |
| XYZ | 40.27 | 19.97 | 52.18 | - |
| YUV | 99.25 | 180.92 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 193 | 0 | 0.92 | 0.13 | 0.13 | 308.78 | 0.85 | 0.47 |
| Hex | DF | 12 | C1 | 0 | 5C | D | D | 135 | 55 | 2F |
| Octal | 337 | 22 | 301 | 0 | 134 | 15 | 15 | 465 | 125 | 57 |
| Binary | 11011111 | 10010 | 11000001 | 0 | 1011100 | 1101 | 1101 | 100110101 | 1010101 | 101111 |
Color Harmonies of #DF12C1
Complementary color
Monochromatic Colors of #DF12C1
Black with #DF12C1
Text Example
Text Example
White with #DF12C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12C1; }
p { color: rgb(223,18,193); }
H1.HeaderClassName
{
color: #DF12C1;
}
.AnyTagClassName
{
color: #DF12C1;
}
</style>
background-color css
<style>
a { background-color: #DF12C1; }
a { background-color: rgb(223,18,193); }
div.DivClassName
{
background-color: #DF12C1;
}
.BgClassName
{
background-color: #DF12C1;
}
</style>
border-color css
<style>
span { border-color: #DF12C1; }
span { border-color: rgb(223,18,193); }
td.TdClassName
{
border-color: #DF12C1;
}
.TagClassName
{
border-color: #DF12C1;
}
</style>