Shades of Shocking Pink #DF07B8
Tints of Shocking Pink #DF07B8
RGB
CMYK
RGB Variations
Color information
#DF07B8 (or 0xDF07B8) is known color: Shocking Pink. HEX triplet: DF, 07 and B8. RGB value is (223,7,184). Sum of RGB (Red+Green+Blue) = 223+7+184=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF07B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF07B8 is #20F847. Grayscale: #5B5B5B. Windows color (decimal): -2160712 or 12060639. OLE color: 12060639.
HSL color Cylindrical-coordinate representation of color #DF07B8: hue angle of 310.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF07B8 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 184 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.13 |
| HSL | 310.83º | 0.94% | 0.45% | - |
| HSV(B) | 310.83º | 0.97% | 0.87% | - |
| XYZ | 39.16 | 19.3 | 47.01 | - |
| YUV | 91.76 | 180.06 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 184 | 0 | 0.97 | 0.17 | 0.13 | 310.83 | 0.94 | 0.45 |
| Hex | DF | 7 | B8 | 0 | 61 | 11 | D | 137 | 5E | 2D |
| Octal | 337 | 7 | 270 | 0 | 141 | 21 | 15 | 467 | 136 | 55 |
| Binary | 11011111 | 111 | 10111000 | 0 | 1100001 | 10001 | 1101 | 100110111 | 1011110 | 101101 |
Color Harmonies of #DF07B8
Complementary color
Monochromatic Colors of #DF07B8
Black with #DF07B8
Text Example
Text Example
White with #DF07B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF07B8; }
p { color: rgb(223,7,184); }
H1.HeaderClassName
{
color: #DF07B8;
}
.AnyTagClassName
{
color: #DF07B8;
}
</style>
background-color css
<style>
a { background-color: #DF07B8; }
a { background-color: rgb(223,7,184); }
div.DivClassName
{
background-color: #DF07B8;
}
.BgClassName
{
background-color: #DF07B8;
}
</style>
border-color css
<style>
span { border-color: #DF07B8; }
span { border-color: rgb(223,7,184); }
td.TdClassName
{
border-color: #DF07B8;
}
.TagClassName
{
border-color: #DF07B8;
}
</style>