Shades of Shocking Pink #DF17BF
Tints of Shocking Pink #DF17BF
RGB
CMYK
RGB Variations
Color information
#DF17BF (or 0xDF17BF) is known color: Shocking Pink. HEX triplet: DF, 17 and BF. RGB value is (223,23,191). Sum of RGB (Red+Green+Blue) = 223+23+191=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF17BF is #20E840. Grayscale: #656565. Windows color (decimal): -2156609 or 12523487. OLE color: 12523487.
HSL color Cylindrical-coordinate representation of color #DF17BF: hue angle of 309.6º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF17BF is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 191 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.13 |
| HSL | 309.6º | 0.81% | 0.48% | - |
| HSV(B) | 309.6º | 0.9% | 0.87% | - |
| XYZ | 40.14 | 20.06 | 51.05 | - |
| YUV | 101.95 | 178.26 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 191 | 0 | 0.90 | 0.14 | 0.13 | 309.6 | 0.81 | 0.48 |
| Hex | DF | 17 | BF | 0 | 5A | E | D | 136 | 51 | 30 |
| Octal | 337 | 27 | 277 | 0 | 132 | 16 | 15 | 466 | 121 | 60 |
| Binary | 11011111 | 10111 | 10111111 | 0 | 1011010 | 1110 | 1101 | 100110110 | 1010001 | 110000 |
Color Harmonies of #DF17BF
Complementary color
Monochromatic Colors of #DF17BF
Black with #DF17BF
Text Example
Text Example
White with #DF17BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17BF; }
p { color: rgb(223,23,191); }
H1.HeaderClassName
{
color: #DF17BF;
}
.AnyTagClassName
{
color: #DF17BF;
}
</style>
background-color css
<style>
a { background-color: #DF17BF; }
a { background-color: rgb(223,23,191); }
div.DivClassName
{
background-color: #DF17BF;
}
.BgClassName
{
background-color: #DF17BF;
}
</style>
border-color css
<style>
span { border-color: #DF17BF; }
span { border-color: rgb(223,23,191); }
td.TdClassName
{
border-color: #DF17BF;
}
.TagClassName
{
border-color: #DF17BF;
}
</style>