Shades of Shocking Pink #DF17BD
Tints of Shocking Pink #DF17BD
RGB
CMYK
RGB Variations
Color information
#DF17BD (or 0xDF17BD) is known color: Shocking Pink. HEX triplet: DF, 17 and BD. RGB value is (223,23,189). Sum of RGB (Red+Green+Blue) = 223+23+189=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF17BD is #20E842. Grayscale: #656565. Windows color (decimal): -2156611 or 12392415. OLE color: 12392415.
HSL color Cylindrical-coordinate representation of color #DF17BD: hue angle of 310.2º 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 #DF17BD is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 189 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.13 |
| HSL | 310.2º | 0.81% | 0.48% | - |
| HSV(B) | 310.2º | 0.9% | 0.87% | - |
| XYZ | 39.92 | 19.97 | 49.9 | - |
| YUV | 101.72 | 177.26 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 189 | 0 | 0.90 | 0.15 | 0.13 | 310.2 | 0.81 | 0.48 |
| Hex | DF | 17 | BD | 0 | 5A | F | D | 136 | 51 | 30 |
| Octal | 337 | 27 | 275 | 0 | 132 | 17 | 15 | 466 | 121 | 60 |
| Binary | 11011111 | 10111 | 10111101 | 0 | 1011010 | 1111 | 1101 | 100110110 | 1010001 | 110000 |
Color Harmonies of #DF17BD
Complementary color
Monochromatic Colors of #DF17BD
Black with #DF17BD
Text Example
Text Example
White with #DF17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17BD; }
p { color: rgb(223,23,189); }
H1.HeaderClassName
{
color: #DF17BD;
}
.AnyTagClassName
{
color: #DF17BD;
}
</style>
background-color css
<style>
a { background-color: #DF17BD; }
a { background-color: rgb(223,23,189); }
div.DivClassName
{
background-color: #DF17BD;
}
.BgClassName
{
background-color: #DF17BD;
}
</style>
border-color css
<style>
span { border-color: #DF17BD; }
span { border-color: rgb(223,23,189); }
td.TdClassName
{
border-color: #DF17BD;
}
.TagClassName
{
border-color: #DF17BD;
}
</style>