Shades of Shocking Pink #DF1BC5
Tints of Shocking Pink #DF1BC5
RGB
CMYK
RGB Variations
Color information
#DF1BC5 (or 0xDF1BC5) is known color: Shocking Pink. HEX triplet: DF, 1B and C5. RGB value is (223,27,197). Sum of RGB (Red+Green+Blue) = 223+27+197=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 197 (77.34% from 255 or 44.07% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF1BC5 is #20E43A. Grayscale: #686868. Windows color (decimal): -2155579 or 12917727. OLE color: 12917727.
HSL color Cylindrical-coordinate representation of color #DF1BC5: hue angle of 307.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DF1BC5 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 27 | 197 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.13 |
| HSL | 307.96º | 0.78% | 0.49% | - |
| HSV(B) | 307.96º | 0.88% | 0.87% | - |
| XYZ | 40.9 | 20.5 | 54.63 | - |
| YUV | 104.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 27 | 197 | 0 | 0.88 | 0.12 | 0.13 | 307.96 | 0.78 | 0.49 |
| Hex | DF | 1B | C5 | 0 | 58 | C | D | 134 | 4E | 31 |
| Octal | 337 | 33 | 305 | 0 | 130 | 14 | 15 | 464 | 116 | 61 |
| Binary | 11011111 | 11011 | 11000101 | 0 | 1011000 | 1100 | 1101 | 100110100 | 1001110 | 110001 |
Color Harmonies of #DF1BC5
Complementary color
Monochromatic Colors of #DF1BC5
Black with #DF1BC5
Text Example
Text Example
White with #DF1BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1BC5; }
p { color: rgb(223,27,197); }
H1.HeaderClassName
{
color: #DF1BC5;
}
.AnyTagClassName
{
color: #DF1BC5;
}
</style>
background-color css
<style>
a { background-color: #DF1BC5; }
a { background-color: rgb(223,27,197); }
div.DivClassName
{
background-color: #DF1BC5;
}
.BgClassName
{
background-color: #DF1BC5;
}
</style>
border-color css
<style>
span { border-color: #DF1BC5; }
span { border-color: rgb(223,27,197); }
td.TdClassName
{
border-color: #DF1BC5;
}
.TagClassName
{
border-color: #DF1BC5;
}
</style>