Shades of Shocking Pink #DF0DB8
Tints of Shocking Pink #DF0DB8
RGB
CMYK
RGB Variations
Color information
#DF0DB8 (or 0xDF0DB8) is known color: Shocking Pink. HEX triplet: DF, 0D and B8. RGB value is (223,13,184). Sum of RGB (Red+Green+Blue) = 223+13+184=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DB8 is #20F247. Grayscale: #5E5E5E. Windows color (decimal): -2159176 or 12062175. OLE color: 12062175.
HSL color Cylindrical-coordinate representation of color #DF0DB8: hue angle of 311.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DB8 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 184 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.13 |
| HSL | 311.14º | 0.89% | 0.46% | - |
| HSV(B) | 311.14º | 0.94% | 0.87% | - |
| XYZ | 39.23 | 19.44 | 47.03 | - |
| YUV | 95.28 | 178.07 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 184 | 0 | 0.94 | 0.17 | 0.13 | 311.14 | 0.89 | 0.46 |
| Hex | DF | D | B8 | 0 | 5E | 11 | D | 137 | 59 | 2E |
| Octal | 337 | 15 | 270 | 0 | 136 | 21 | 15 | 467 | 131 | 56 |
| Binary | 11011111 | 1101 | 10111000 | 0 | 1011110 | 10001 | 1101 | 100110111 | 1011001 | 101110 |
Color Harmonies of #DF0DB8
Complementary color
Monochromatic Colors of #DF0DB8
Black with #DF0DB8
Text Example
Text Example
White with #DF0DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DB8; }
p { color: rgb(223,13,184); }
H1.HeaderClassName
{
color: #DF0DB8;
}
.AnyTagClassName
{
color: #DF0DB8;
}
</style>
background-color css
<style>
a { background-color: #DF0DB8; }
a { background-color: rgb(223,13,184); }
div.DivClassName
{
background-color: #DF0DB8;
}
.BgClassName
{
background-color: #DF0DB8;
}
</style>
border-color css
<style>
span { border-color: #DF0DB8; }
span { border-color: rgb(223,13,184); }
td.TdClassName
{
border-color: #DF0DB8;
}
.TagClassName
{
border-color: #DF0DB8;
}
</style>