Shades of Shocking Pink #DF0DB7
Tints of Shocking Pink #DF0DB7
RGB
CMYK
RGB Variations
Color information
#DF0DB7 (or 0xDF0DB7) is known color: Shocking Pink. HEX triplet: DF, 0D and B7. RGB value is (223,13,183). Sum of RGB (Red+Green+Blue) = 223+13+183=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DB7 is #20F248. Grayscale: #5E5E5E. Windows color (decimal): -2159177 or 11996639. OLE color: 11996639.
HSL color Cylindrical-coordinate representation of color #DF0DB7: hue angle of 311.43º 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 #DF0DB7 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 183 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.13 |
| HSL | 311.43º | 0.89% | 0.46% | - |
| HSV(B) | 311.43º | 0.94% | 0.87% | - |
| XYZ | 39.12 | 19.39 | 46.48 | - |
| YUV | 95.17 | 177.57 | 219.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 183 | 0 | 0.94 | 0.18 | 0.13 | 311.43 | 0.89 | 0.46 |
| Hex | DF | D | B7 | 0 | 5E | 12 | D | 137 | 59 | 2E |
| Octal | 337 | 15 | 267 | 0 | 136 | 22 | 15 | 467 | 131 | 56 |
| Binary | 11011111 | 1101 | 10110111 | 0 | 1011110 | 10010 | 1101 | 100110111 | 1011001 | 101110 |
Color Harmonies of #DF0DB7
Complementary color
Monochromatic Colors of #DF0DB7
Black with #DF0DB7
Text Example
Text Example
White with #DF0DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DB7; }
p { color: rgb(223,13,183); }
H1.HeaderClassName
{
color: #DF0DB7;
}
.AnyTagClassName
{
color: #DF0DB7;
}
</style>
background-color css
<style>
a { background-color: #DF0DB7; }
a { background-color: rgb(223,13,183); }
div.DivClassName
{
background-color: #DF0DB7;
}
.BgClassName
{
background-color: #DF0DB7;
}
</style>
border-color css
<style>
span { border-color: #DF0DB7; }
span { border-color: rgb(223,13,183); }
td.TdClassName
{
border-color: #DF0DB7;
}
.TagClassName
{
border-color: #DF0DB7;
}
</style>