Shades of Shocking Pink #DF0FBC
Tints of Shocking Pink #DF0FBC
RGB
CMYK
RGB Variations
Color information
#DF0FBC (or 0xDF0FBC) is known color: Shocking Pink. HEX triplet: DF, 0F and BC. RGB value is (223,15,188). Sum of RGB (Red+Green+Blue) = 223+15+188=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FBC is #20F043. Grayscale: #606060. Windows color (decimal): -2158660 or 12324831. OLE color: 12324831.
HSL color Cylindrical-coordinate representation of color #DF0FBC: hue angle of 310.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0FBC is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 188 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.13 |
| HSL | 310.1º | 0.87% | 0.47% | - |
| HSV(B) | 310.1º | 0.93% | 0.87% | - |
| XYZ | 39.68 | 19.66 | 49.28 | - |
| YUV | 96.91 | 179.41 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 188 | 0 | 0.93 | 0.16 | 0.13 | 310.1 | 0.87 | 0.47 |
| Hex | DF | F | BC | 0 | 5D | 10 | D | 136 | 57 | 2F |
| Octal | 337 | 17 | 274 | 0 | 135 | 20 | 15 | 466 | 127 | 57 |
| Binary | 11011111 | 1111 | 10111100 | 0 | 1011101 | 10000 | 1101 | 100110110 | 1010111 | 101111 |
Color Harmonies of #DF0FBC
Complementary color
Monochromatic Colors of #DF0FBC
Black with #DF0FBC
Text Example
Text Example
White with #DF0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FBC; }
p { color: rgb(223,15,188); }
H1.HeaderClassName
{
color: #DF0FBC;
}
.AnyTagClassName
{
color: #DF0FBC;
}
</style>
background-color css
<style>
a { background-color: #DF0FBC; }
a { background-color: rgb(223,15,188); }
div.DivClassName
{
background-color: #DF0FBC;
}
.BgClassName
{
background-color: #DF0FBC;
}
</style>
border-color css
<style>
span { border-color: #DF0FBC; }
span { border-color: rgb(223,15,188); }
td.TdClassName
{
border-color: #DF0FBC;
}
.TagClassName
{
border-color: #DF0FBC;
}
</style>