Shades of Shocking Pink #DF12BB
Tints of Shocking Pink #DF12BB
RGB
CMYK
RGB Variations
Color information
#DF12BB (or 0xDF12BB) is known color: Shocking Pink. HEX triplet: DF, 12 and BB. RGB value is (223,18,187). Sum of RGB (Red+Green+Blue) = 223+18+187=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF12BB is #20ED44. Grayscale: #626262. Windows color (decimal): -2157893 or 12260063. OLE color: 12260063.
HSL color Cylindrical-coordinate representation of color #DF12BB: hue angle of 310.54º 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 #DF12BB is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 187 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.13 |
| HSL | 310.54º | 0.85% | 0.47% | - |
| HSV(B) | 310.54º | 0.92% | 0.87% | - |
| XYZ | 39.62 | 19.71 | 48.73 | - |
| YUV | 98.56 | 177.92 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 187 | 0 | 0.92 | 0.16 | 0.13 | 310.54 | 0.85 | 0.47 |
| Hex | DF | 12 | BB | 0 | 5C | 10 | D | 137 | 55 | 2F |
| Octal | 337 | 22 | 273 | 0 | 134 | 20 | 15 | 467 | 125 | 57 |
| Binary | 11011111 | 10010 | 10111011 | 0 | 1011100 | 10000 | 1101 | 100110111 | 1010101 | 101111 |
Color Harmonies of #DF12BB
Complementary color
Monochromatic Colors of #DF12BB
Black with #DF12BB
Text Example
Text Example
White with #DF12BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12BB; }
p { color: rgb(223,18,187); }
H1.HeaderClassName
{
color: #DF12BB;
}
.AnyTagClassName
{
color: #DF12BB;
}
</style>
background-color css
<style>
a { background-color: #DF12BB; }
a { background-color: rgb(223,18,187); }
div.DivClassName
{
background-color: #DF12BB;
}
.BgClassName
{
background-color: #DF12BB;
}
</style>
border-color css
<style>
span { border-color: #DF12BB; }
span { border-color: rgb(223,18,187); }
td.TdClassName
{
border-color: #DF12BB;
}
.TagClassName
{
border-color: #DF12BB;
}
</style>