Shades of Shocking Pink #DF1EC8
Tints of Shocking Pink #DF1EC8
RGB
CMYK
RGB Variations
Color information
#DF1EC8 (or 0xDF1EC8) is known color: Shocking Pink. HEX triplet: DF, 1E and C8. RGB value is (223,30,200). Sum of RGB (Red+Green+Blue) = 223+30+200=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1EC8 is #20E137. Grayscale: #6A6A6A. Windows color (decimal): -2154808 or 13115103. OLE color: 13115103.
HSL color Cylindrical-coordinate representation of color #DF1EC8: hue angle of 307.15º 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 #DF1EC8 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 200 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.13 |
| HSL | 307.15º | 0.76% | 0.5% | - |
| HSV(B) | 307.15º | 0.87% | 0.87% | - |
| XYZ | 41.32 | 20.79 | 56.48 | - |
| YUV | 107.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 200 | 0 | 0.87 | 0.10 | 0.13 | 307.15 | 0.76 | 0.5 |
| Hex | DF | 1E | C8 | 0 | 57 | A | D | 133 | 4C | 32 |
| Octal | 337 | 36 | 310 | 0 | 127 | 12 | 15 | 463 | 114 | 62 |
| Binary | 11011111 | 11110 | 11001000 | 0 | 1010111 | 1010 | 1101 | 100110011 | 1001100 | 110010 |
Color Harmonies of #DF1EC8
Complementary color
Monochromatic Colors of #DF1EC8
Black with #DF1EC8
Text Example
Text Example
White with #DF1EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EC8; }
p { color: rgb(223,30,200); }
H1.HeaderClassName
{
color: #DF1EC8;
}
.AnyTagClassName
{
color: #DF1EC8;
}
</style>
background-color css
<style>
a { background-color: #DF1EC8; }
a { background-color: rgb(223,30,200); }
div.DivClassName
{
background-color: #DF1EC8;
}
.BgClassName
{
background-color: #DF1EC8;
}
</style>
border-color css
<style>
span { border-color: #DF1EC8; }
span { border-color: rgb(223,30,200); }
td.TdClassName
{
border-color: #DF1EC8;
}
.TagClassName
{
border-color: #DF1EC8;
}
</style>