Shades of Shocking Pink #DF0FBB
Tints of Shocking Pink #DF0FBB
RGB
CMYK
RGB Variations
Color information
#DF0FBB (or 0xDF0FBB) is known color: Shocking Pink. HEX triplet: DF, 0F and BB. RGB value is (223,15,187). Sum of RGB (Red+Green+Blue) = 223+15+187=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FBB is #20F044. Grayscale: #606060. Windows color (decimal): -2158661 or 12259295. OLE color: 12259295.
HSL color Cylindrical-coordinate representation of color #DF0FBB: hue angle of 310.38º 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 #DF0FBB is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 187 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.13 |
| HSL | 310.38º | 0.87% | 0.47% | - |
| HSV(B) | 310.38º | 0.93% | 0.87% | - |
| XYZ | 39.57 | 19.62 | 48.71 | - |
| YUV | 96.8 | 178.91 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 187 | 0 | 0.93 | 0.16 | 0.13 | 310.38 | 0.87 | 0.47 |
| Hex | DF | F | BB | 0 | 5D | 10 | D | 136 | 57 | 2F |
| Octal | 337 | 17 | 273 | 0 | 135 | 20 | 15 | 466 | 127 | 57 |
| Binary | 11011111 | 1111 | 10111011 | 0 | 1011101 | 10000 | 1101 | 100110110 | 1010111 | 101111 |
Color Harmonies of #DF0FBB
Complementary color
Monochromatic Colors of #DF0FBB
Black with #DF0FBB
Text Example
Text Example
White with #DF0FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FBB; }
p { color: rgb(223,15,187); }
H1.HeaderClassName
{
color: #DF0FBB;
}
.AnyTagClassName
{
color: #DF0FBB;
}
</style>
background-color css
<style>
a { background-color: #DF0FBB; }
a { background-color: rgb(223,15,187); }
div.DivClassName
{
background-color: #DF0FBB;
}
.BgClassName
{
background-color: #DF0FBB;
}
</style>
border-color css
<style>
span { border-color: #DF0FBB; }
span { border-color: rgb(223,15,187); }
td.TdClassName
{
border-color: #DF0FBB;
}
.TagClassName
{
border-color: #DF0FBB;
}
</style>