Shades of Shocking Pink #DF0EBA
Tints of Shocking Pink #DF0EBA
RGB
CMYK
RGB Variations
Color information
#DF0EBA (or 0xDF0EBA) is known color: Shocking Pink. HEX triplet: DF, 0E and BA. RGB value is (223,14,186). Sum of RGB (Red+Green+Blue) = 223+14+186=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EBA is #20F145. Grayscale: #5F5F5F. Windows color (decimal): -2158918 or 12193503. OLE color: 12193503.
HSL color Cylindrical-coordinate representation of color #DF0EBA: hue angle of 310.62º degrees, saturation: 0.88, 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 #DF0EBA is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 186 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.13 |
| HSL | 310.62º | 0.88% | 0.46% | - |
| HSV(B) | 310.62º | 0.94% | 0.87% | - |
| XYZ | 39.45 | 19.55 | 48.15 | - |
| YUV | 96.1 | 178.74 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 186 | 0 | 0.94 | 0.17 | 0.13 | 310.62 | 0.88 | 0.46 |
| Hex | DF | E | BA | 0 | 5E | 11 | D | 137 | 58 | 2E |
| Octal | 337 | 16 | 272 | 0 | 136 | 21 | 15 | 467 | 130 | 56 |
| Binary | 11011111 | 1110 | 10111010 | 0 | 1011110 | 10001 | 1101 | 100110111 | 1011000 | 101110 |
Color Harmonies of #DF0EBA
Complementary color
Monochromatic Colors of #DF0EBA
Black with #DF0EBA
Text Example
Text Example
White with #DF0EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EBA; }
p { color: rgb(223,14,186); }
H1.HeaderClassName
{
color: #DF0EBA;
}
.AnyTagClassName
{
color: #DF0EBA;
}
</style>
background-color css
<style>
a { background-color: #DF0EBA; }
a { background-color: rgb(223,14,186); }
div.DivClassName
{
background-color: #DF0EBA;
}
.BgClassName
{
background-color: #DF0EBA;
}
</style>
border-color css
<style>
span { border-color: #DF0EBA; }
span { border-color: rgb(223,14,186); }
td.TdClassName
{
border-color: #DF0EBA;
}
.TagClassName
{
border-color: #DF0EBA;
}
</style>