Shades of Shocking Pink #DF0EBD
Tints of Shocking Pink #DF0EBD
RGB
CMYK
RGB Variations
Color information
#DF0EBD (or 0xDF0EBD) is known color: Shocking Pink. HEX triplet: DF, 0E and BD. RGB value is (223,14,189). Sum of RGB (Red+Green+Blue) = 223+14+189=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EBD is #20F142. Grayscale: #5F5F5F. Windows color (decimal): -2158915 or 12390111. OLE color: 12390111.
HSL color Cylindrical-coordinate representation of color #DF0EBD: hue angle of 309.76º 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 #DF0EBD is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 189 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.13 |
| HSL | 309.76º | 0.88% | 0.46% | - |
| HSV(B) | 309.76º | 0.94% | 0.87% | - |
| XYZ | 39.77 | 19.68 | 49.85 | - |
| YUV | 96.44 | 180.24 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 189 | 0 | 0.94 | 0.15 | 0.13 | 309.76 | 0.88 | 0.46 |
| Hex | DF | E | BD | 0 | 5E | F | D | 136 | 58 | 2E |
| Octal | 337 | 16 | 275 | 0 | 136 | 17 | 15 | 466 | 130 | 56 |
| Binary | 11011111 | 1110 | 10111101 | 0 | 1011110 | 1111 | 1101 | 100110110 | 1011000 | 101110 |
Color Harmonies of #DF0EBD
Complementary color
Monochromatic Colors of #DF0EBD
Black with #DF0EBD
Text Example
Text Example
White with #DF0EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EBD; }
p { color: rgb(223,14,189); }
H1.HeaderClassName
{
color: #DF0EBD;
}
.AnyTagClassName
{
color: #DF0EBD;
}
</style>
background-color css
<style>
a { background-color: #DF0EBD; }
a { background-color: rgb(223,14,189); }
div.DivClassName
{
background-color: #DF0EBD;
}
.BgClassName
{
background-color: #DF0EBD;
}
</style>
border-color css
<style>
span { border-color: #DF0EBD; }
span { border-color: rgb(223,14,189); }
td.TdClassName
{
border-color: #DF0EBD;
}
.TagClassName
{
border-color: #DF0EBD;
}
</style>