Shades of Shocking Pink #D717B0
Tints of Shocking Pink #D717B0
RGB
CMYK
RGB Variations
Color information
#D717B0 (or 0xD717B0) is known color: Shocking Pink. HEX triplet: D7, 17 and B0. RGB value is (215,23,176). Sum of RGB (Red+Green+Blue) = 215+23+176=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 23 (9.38% from 255 or 5.56% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D717B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D717B0 is #28E84F. Grayscale: #616161. Windows color (decimal): -2680912 or 11540439. OLE color: 11540439.
HSL color Cylindrical-coordinate representation of color #D717B0: hue angle of 312.19º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D717B0 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 176 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.16 |
| HSL | 312.19º | 0.81% | 0.47% | - |
| HSV(B) | 312.19º | 0.89% | 0.84% | - |
| XYZ | 36.17 | 18.19 | 42.68 | - |
| YUV | 97.85 | 172.11 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 176 | 0 | 0.89 | 0.18 | 0.16 | 312.19 | 0.81 | 0.47 |
| Hex | D7 | 17 | B0 | 0 | 59 | 12 | 10 | 138 | 51 | 2F |
| Octal | 327 | 27 | 260 | 0 | 131 | 22 | 20 | 470 | 121 | 57 |
| Binary | 11010111 | 10111 | 10110000 | 0 | 1011001 | 10010 | 10000 | 100111000 | 1010001 | 101111 |
Color Harmonies of #D717B0
Complementary color
Monochromatic Colors of #D717B0
Black with #D717B0
Text Example
Text Example
White with #D717B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D717B0; }
p { color: rgb(215,23,176); }
H1.HeaderClassName
{
color: #D717B0;
}
.AnyTagClassName
{
color: #D717B0;
}
</style>
background-color css
<style>
a { background-color: #D717B0; }
a { background-color: rgb(215,23,176); }
div.DivClassName
{
background-color: #D717B0;
}
.BgClassName
{
background-color: #D717B0;
}
</style>
border-color css
<style>
span { border-color: #D717B0; }
span { border-color: rgb(215,23,176); }
td.TdClassName
{
border-color: #D717B0;
}
.TagClassName
{
border-color: #D717B0;
}
</style>