Shades of Shocking Pink #DF0FBF
Tints of Shocking Pink #DF0FBF
RGB
CMYK
RGB Variations
Color information
#DF0FBF (or 0xDF0FBF) is known color: Shocking Pink. HEX triplet: DF, 0F and BF. RGB value is (223,15,191). Sum of RGB (Red+Green+Blue) = 223+15+191=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FBF is #20F040. Grayscale: #606060. Windows color (decimal): -2158657 or 12521439. OLE color: 12521439.
HSL color Cylindrical-coordinate representation of color #DF0FBF: hue angle of 309.23º 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 #DF0FBF is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 191 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.13 |
| HSL | 309.23º | 0.87% | 0.47% | - |
| HSV(B) | 309.23º | 0.93% | 0.87% | - |
| XYZ | 40.01 | 19.79 | 51 | - |
| YUV | 97.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 191 | 0 | 0.93 | 0.14 | 0.13 | 309.23 | 0.87 | 0.47 |
| Hex | DF | F | BF | 0 | 5D | E | D | 135 | 57 | 2F |
| Octal | 337 | 17 | 277 | 0 | 135 | 16 | 15 | 465 | 127 | 57 |
| Binary | 11011111 | 1111 | 10111111 | 0 | 1011101 | 1110 | 1101 | 100110101 | 1010111 | 101111 |
Color Harmonies of #DF0FBF
Complementary color
Monochromatic Colors of #DF0FBF
Black with #DF0FBF
Text Example
Text Example
White with #DF0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FBF; }
p { color: rgb(223,15,191); }
H1.HeaderClassName
{
color: #DF0FBF;
}
.AnyTagClassName
{
color: #DF0FBF;
}
</style>
background-color css
<style>
a { background-color: #DF0FBF; }
a { background-color: rgb(223,15,191); }
div.DivClassName
{
background-color: #DF0FBF;
}
.BgClassName
{
background-color: #DF0FBF;
}
</style>
border-color css
<style>
span { border-color: #DF0FBF; }
span { border-color: rgb(223,15,191); }
td.TdClassName
{
border-color: #DF0FBF;
}
.TagClassName
{
border-color: #DF0FBF;
}
</style>