Shades of Shocking Pink #DF17BC
Tints of Shocking Pink #DF17BC
RGB
CMYK
RGB Variations
Color information
#DF17BC (or 0xDF17BC) is known color: Shocking Pink. HEX triplet: DF, 17 and BC. RGB value is (223,23,188). Sum of RGB (Red+Green+Blue) = 223+23+188=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 23 (9.38% from 255 or 5.30% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF17BC is #20E843. Grayscale: #656565. Windows color (decimal): -2156612 or 12326879. OLE color: 12326879.
HSL color Cylindrical-coordinate representation of color #DF17BC: hue angle of 310.5º 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 #DF17BC is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 188 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.13 |
| HSL | 310.5º | 0.81% | 0.48% | - |
| HSV(B) | 310.5º | 0.9% | 0.87% | - |
| XYZ | 39.81 | 19.93 | 49.33 | - |
| YUV | 101.61 | 176.76 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 188 | 0 | 0.90 | 0.16 | 0.13 | 310.5 | 0.81 | 0.48 |
| Hex | DF | 17 | BC | 0 | 5A | 10 | D | 136 | 51 | 30 |
| Octal | 337 | 27 | 274 | 0 | 132 | 20 | 15 | 466 | 121 | 60 |
| Binary | 11011111 | 10111 | 10111100 | 0 | 1011010 | 10000 | 1101 | 100110110 | 1010001 | 110000 |
Color Harmonies of #DF17BC
Complementary color
Monochromatic Colors of #DF17BC
Black with #DF17BC
Text Example
Text Example
White with #DF17BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17BC; }
p { color: rgb(223,23,188); }
H1.HeaderClassName
{
color: #DF17BC;
}
.AnyTagClassName
{
color: #DF17BC;
}
</style>
background-color css
<style>
a { background-color: #DF17BC; }
a { background-color: rgb(223,23,188); }
div.DivClassName
{
background-color: #DF17BC;
}
.BgClassName
{
background-color: #DF17BC;
}
</style>
border-color css
<style>
span { border-color: #DF17BC; }
span { border-color: rgb(223,23,188); }
td.TdClassName
{
border-color: #DF17BC;
}
.TagClassName
{
border-color: #DF17BC;
}
</style>