Shades of Shocking Pink #DF0EBB
Tints of Shocking Pink #DF0EBB
RGB
CMYK
RGB Variations
Color information
#DF0EBB (or 0xDF0EBB) is known color: Shocking Pink. HEX triplet: DF, 0E and BB. RGB value is (223,14,187). Sum of RGB (Red+Green+Blue) = 223+14+187=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EBB is #20F144. Grayscale: #5F5F5F. Windows color (decimal): -2158917 or 12259039. OLE color: 12259039.
HSL color Cylindrical-coordinate representation of color #DF0EBB: hue angle of 310.33º 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 #DF0EBB is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 187 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.13 |
| HSL | 310.33º | 0.88% | 0.46% | - |
| HSV(B) | 310.33º | 0.94% | 0.87% | - |
| XYZ | 39.56 | 19.59 | 48.71 | - |
| YUV | 96.21 | 179.24 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 187 | 0 | 0.94 | 0.16 | 0.13 | 310.33 | 0.88 | 0.46 |
| Hex | DF | E | BB | 0 | 5E | 10 | D | 136 | 58 | 2E |
| Octal | 337 | 16 | 273 | 0 | 136 | 20 | 15 | 466 | 130 | 56 |
| Binary | 11011111 | 1110 | 10111011 | 0 | 1011110 | 10000 | 1101 | 100110110 | 1011000 | 101110 |
Color Harmonies of #DF0EBB
Complementary color
Monochromatic Colors of #DF0EBB
Black with #DF0EBB
Text Example
Text Example
White with #DF0EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EBB; }
p { color: rgb(223,14,187); }
H1.HeaderClassName
{
color: #DF0EBB;
}
.AnyTagClassName
{
color: #DF0EBB;
}
</style>
background-color css
<style>
a { background-color: #DF0EBB; }
a { background-color: rgb(223,14,187); }
div.DivClassName
{
background-color: #DF0EBB;
}
.BgClassName
{
background-color: #DF0EBB;
}
</style>
border-color css
<style>
span { border-color: #DF0EBB; }
span { border-color: rgb(223,14,187); }
td.TdClassName
{
border-color: #DF0EBB;
}
.TagClassName
{
border-color: #DF0EBB;
}
</style>