Shades of Shocking Pink #DF0FB7
Tints of Shocking Pink #DF0FB7
RGB
CMYK
RGB Variations
Color information
#DF0FB7 (or 0xDF0FB7) is known color: Shocking Pink. HEX triplet: DF, 0F and B7. RGB value is (223,15,183). Sum of RGB (Red+Green+Blue) = 223+15+183=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FB7 is #20F048. Grayscale: #5F5F5F. Windows color (decimal): -2158665 or 11997151. OLE color: 11997151.
HSL color Cylindrical-coordinate representation of color #DF0FB7: hue angle of 311.54º 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 #DF0FB7 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 183 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.13 |
| HSL | 311.54º | 0.87% | 0.47% | - |
| HSV(B) | 311.54º | 0.93% | 0.87% | - |
| XYZ | 39.15 | 19.45 | 46.49 | - |
| YUV | 96.34 | 176.91 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 183 | 0 | 0.93 | 0.18 | 0.13 | 311.54 | 0.87 | 0.47 |
| Hex | DF | F | B7 | 0 | 5D | 12 | D | 138 | 57 | 2F |
| Octal | 337 | 17 | 267 | 0 | 135 | 22 | 15 | 470 | 127 | 57 |
| Binary | 11011111 | 1111 | 10110111 | 0 | 1011101 | 10010 | 1101 | 100111000 | 1010111 | 101111 |
Color Harmonies of #DF0FB7
Complementary color
Monochromatic Colors of #DF0FB7
Black with #DF0FB7
Text Example
Text Example
White with #DF0FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FB7; }
p { color: rgb(223,15,183); }
H1.HeaderClassName
{
color: #DF0FB7;
}
.AnyTagClassName
{
color: #DF0FB7;
}
</style>
background-color css
<style>
a { background-color: #DF0FB7; }
a { background-color: rgb(223,15,183); }
div.DivClassName
{
background-color: #DF0FB7;
}
.BgClassName
{
background-color: #DF0FB7;
}
</style>
border-color css
<style>
span { border-color: #DF0FB7; }
span { border-color: rgb(223,15,183); }
td.TdClassName
{
border-color: #DF0FB7;
}
.TagClassName
{
border-color: #DF0FB7;
}
</style>