Shades of Shocking Pink #DF17BB
Tints of Shocking Pink #DF17BB
RGB
CMYK
RGB Variations
Color information
#DF17BB (or 0xDF17BB) is known color: Shocking Pink. HEX triplet: DF, 17 and BB. RGB value is (223,23,187). Sum of RGB (Red+Green+Blue) = 223+23+187=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF17BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF17BB is #20E844. Grayscale: #656565. Windows color (decimal): -2156613 or 12261343. OLE color: 12261343.
HSL color Cylindrical-coordinate representation of color #DF17BB: hue angle of 310.8º 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 #DF17BB is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 187 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.13 |
| HSL | 310.8º | 0.81% | 0.48% | - |
| HSV(B) | 310.8º | 0.9% | 0.87% | - |
| XYZ | 39.71 | 19.89 | 48.76 | - |
| YUV | 101.5 | 176.26 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 187 | 0 | 0.90 | 0.16 | 0.13 | 310.8 | 0.81 | 0.48 |
| Hex | DF | 17 | BB | 0 | 5A | 10 | D | 137 | 51 | 30 |
| Octal | 337 | 27 | 273 | 0 | 132 | 20 | 15 | 467 | 121 | 60 |
| Binary | 11011111 | 10111 | 10111011 | 0 | 1011010 | 10000 | 1101 | 100110111 | 1010001 | 110000 |
Color Harmonies of #DF17BB
Complementary color
Monochromatic Colors of #DF17BB
Black with #DF17BB
Text Example
Text Example
White with #DF17BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF17BB; }
p { color: rgb(223,23,187); }
H1.HeaderClassName
{
color: #DF17BB;
}
.AnyTagClassName
{
color: #DF17BB;
}
</style>
background-color css
<style>
a { background-color: #DF17BB; }
a { background-color: rgb(223,23,187); }
div.DivClassName
{
background-color: #DF17BB;
}
.BgClassName
{
background-color: #DF17BB;
}
</style>
border-color css
<style>
span { border-color: #DF17BB; }
span { border-color: rgb(223,23,187); }
td.TdClassName
{
border-color: #DF17BB;
}
.TagClassName
{
border-color: #DF17BB;
}
</style>