Shades of Shocking Pink #DD17BD
Tints of Shocking Pink #DD17BD
RGB
CMYK
RGB Variations
Color information
#DD17BD (or 0xDD17BD) is known color: Shocking Pink. HEX triplet: DD, 17 and BD. RGB value is (221,23,189). Sum of RGB (Red+Green+Blue) = 221+23+189=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17BD is #22E842. Grayscale: #646464. Windows color (decimal): -2287683 or 12392413. OLE color: 12392413.
HSL color Cylindrical-coordinate representation of color #DD17BD: hue angle of 309.7º 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 #DD17BD is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 189 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.13 |
| HSL | 309.7º | 0.81% | 0.48% | - |
| HSV(B) | 309.7º | 0.9% | 0.87% | - |
| XYZ | 39.31 | 19.66 | 49.87 | - |
| YUV | 101.13 | 177.6 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 189 | 0 | 0.90 | 0.14 | 0.13 | 309.7 | 0.81 | 0.48 |
| Hex | DD | 17 | BD | 0 | 5A | E | D | 136 | 51 | 30 |
| Octal | 335 | 27 | 275 | 0 | 132 | 16 | 15 | 466 | 121 | 60 |
| Binary | 11011101 | 10111 | 10111101 | 0 | 1011010 | 1110 | 1101 | 100110110 | 1010001 | 110000 |
Color Harmonies of #DD17BD
Complementary color
Monochromatic Colors of #DD17BD
Black with #DD17BD
Text Example
Text Example
White with #DD17BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17BD; }
p { color: rgb(221,23,189); }
H1.HeaderClassName
{
color: #DD17BD;
}
.AnyTagClassName
{
color: #DD17BD;
}
</style>
background-color css
<style>
a { background-color: #DD17BD; }
a { background-color: rgb(221,23,189); }
div.DivClassName
{
background-color: #DD17BD;
}
.BgClassName
{
background-color: #DD17BD;
}
</style>
border-color css
<style>
span { border-color: #DD17BD; }
span { border-color: rgb(221,23,189); }
td.TdClassName
{
border-color: #DD17BD;
}
.TagClassName
{
border-color: #DD17BD;
}
</style>