Shades of Shocking Pink #DF1EC7
Tints of Shocking Pink #DF1EC7
RGB
CMYK
RGB Variations
Color information
#DF1EC7 (or 0xDF1EC7) is known color: Shocking Pink. HEX triplet: DF, 1E and C7. RGB value is (223,30,199). Sum of RGB (Red+Green+Blue) = 223+30+199=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1EC7 is #20E138. Grayscale: #6A6A6A. Windows color (decimal): -2154809 or 13049567. OLE color: 13049567.
HSL color Cylindrical-coordinate representation of color #DF1EC7: hue angle of 307.46º 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 #DF1EC7 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 199 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.13 |
| HSL | 307.46º | 0.76% | 0.5% | - |
| HSV(B) | 307.46º | 0.87% | 0.87% | - |
| XYZ | 41.2 | 20.74 | 55.86 | - |
| YUV | 106.97 | 179.94 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 199 | 0 | 0.87 | 0.11 | 0.13 | 307.46 | 0.76 | 0.5 |
| Hex | DF | 1E | C7 | 0 | 57 | B | D | 133 | 4C | 32 |
| Octal | 337 | 36 | 307 | 0 | 127 | 13 | 15 | 463 | 114 | 62 |
| Binary | 11011111 | 11110 | 11000111 | 0 | 1010111 | 1011 | 1101 | 100110011 | 1001100 | 110010 |
Color Harmonies of #DF1EC7
Complementary color
Monochromatic Colors of #DF1EC7
Black with #DF1EC7
Text Example
Text Example
White with #DF1EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EC7; }
p { color: rgb(223,30,199); }
H1.HeaderClassName
{
color: #DF1EC7;
}
.AnyTagClassName
{
color: #DF1EC7;
}
</style>
background-color css
<style>
a { background-color: #DF1EC7; }
a { background-color: rgb(223,30,199); }
div.DivClassName
{
background-color: #DF1EC7;
}
.BgClassName
{
background-color: #DF1EC7;
}
</style>
border-color css
<style>
span { border-color: #DF1EC7; }
span { border-color: rgb(223,30,199); }
td.TdClassName
{
border-color: #DF1EC7;
}
.TagClassName
{
border-color: #DF1EC7;
}
</style>