Shades of Shocking Pink #DF1EBC
Tints of Shocking Pink #DF1EBC
RGB
CMYK
RGB Variations
Color information
#DF1EBC (or 0xDF1EBC) is known color: Shocking Pink. HEX triplet: DF, 1E and BC. RGB value is (223,30,188). Sum of RGB (Red+Green+Blue) = 223+30+188=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1EBC is #20E143. Grayscale: #696969. Windows color (decimal): -2154820 or 12328671. OLE color: 12328671.
HSL color Cylindrical-coordinate representation of color #DF1EBC: hue angle of 310.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1EBC is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 188 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.13 |
| HSL | 310.88º | 0.76% | 0.5% | - |
| HSV(B) | 310.88º | 0.87% | 0.87% | - |
| XYZ | 39.97 | 20.25 | 49.38 | - |
| YUV | 105.72 | 174.44 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 188 | 0 | 0.87 | 0.16 | 0.13 | 310.88 | 0.76 | 0.5 |
| Hex | DF | 1E | BC | 0 | 57 | 10 | D | 137 | 4C | 32 |
| Octal | 337 | 36 | 274 | 0 | 127 | 20 | 15 | 467 | 114 | 62 |
| Binary | 11011111 | 11110 | 10111100 | 0 | 1010111 | 10000 | 1101 | 100110111 | 1001100 | 110010 |
Color Harmonies of #DF1EBC
Complementary color
Monochromatic Colors of #DF1EBC
Black with #DF1EBC
Text Example
Text Example
White with #DF1EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EBC; }
p { color: rgb(223,30,188); }
H1.HeaderClassName
{
color: #DF1EBC;
}
.AnyTagClassName
{
color: #DF1EBC;
}
</style>
background-color css
<style>
a { background-color: #DF1EBC; }
a { background-color: rgb(223,30,188); }
div.DivClassName
{
background-color: #DF1EBC;
}
.BgClassName
{
background-color: #DF1EBC;
}
</style>
border-color css
<style>
span { border-color: #DF1EBC; }
span { border-color: rgb(223,30,188); }
td.TdClassName
{
border-color: #DF1EBC;
}
.TagClassName
{
border-color: #DF1EBC;
}
</style>