Shades of Shocking Pink #DF1FC4
Tints of Shocking Pink #DF1FC4
RGB
CMYK
RGB Variations
Color information
#DF1FC4 (or 0xDF1FC4) is known color: Shocking Pink. HEX triplet: DF, 1F and C4. RGB value is (223,31,196). Sum of RGB (Red+Green+Blue) = 223+31+196=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 31 (12.5% from 255 or 6.89% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1FC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1FC4 is #20E03B. Grayscale: #6A6A6A. Windows color (decimal): -2154556 or 12853215. OLE color: 12853215.
HSL color Cylindrical-coordinate representation of color #DF1FC4: hue angle of 308.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1FC4 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 196 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.13 |
| HSL | 308.44º | 0.76% | 0.5% | - |
| HSV(B) | 308.44º | 0.86% | 0.87% | - |
| XYZ | 40.89 | 20.65 | 54.06 | - |
| YUV | 107.22 | 178.11 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 196 | 0 | 0.86 | 0.12 | 0.13 | 308.44 | 0.76 | 0.5 |
| Hex | DF | 1F | C4 | 0 | 56 | C | D | 134 | 4C | 32 |
| Octal | 337 | 37 | 304 | 0 | 126 | 14 | 15 | 464 | 114 | 62 |
| Binary | 11011111 | 11111 | 11000100 | 0 | 1010110 | 1100 | 1101 | 100110100 | 1001100 | 110010 |
Color Harmonies of #DF1FC4
Complementary color
Monochromatic Colors of #DF1FC4
Black with #DF1FC4
Text Example
Text Example
White with #DF1FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FC4; }
p { color: rgb(223,31,196); }
H1.HeaderClassName
{
color: #DF1FC4;
}
.AnyTagClassName
{
color: #DF1FC4;
}
</style>
background-color css
<style>
a { background-color: #DF1FC4; }
a { background-color: rgb(223,31,196); }
div.DivClassName
{
background-color: #DF1FC4;
}
.BgClassName
{
background-color: #DF1FC4;
}
</style>
border-color css
<style>
span { border-color: #DF1FC4; }
span { border-color: rgb(223,31,196); }
td.TdClassName
{
border-color: #DF1FC4;
}
.TagClassName
{
border-color: #DF1FC4;
}
</style>