Shades of Shocking Pink #DD17B4
Tints of Shocking Pink #DD17B4
RGB
CMYK
RGB Variations
Color information
#DD17B4 (or 0xDD17B4) is known color: Shocking Pink. HEX triplet: DD, 17 and B4. RGB value is (221,23,180). Sum of RGB (Red+Green+Blue) = 221+23+180=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 23 (9.38% from 255 or 5.42% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD17B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD17B4 is #22E84B. Grayscale: #636363. Windows color (decimal): -2287692 or 11802589. OLE color: 11802589.
HSL color Cylindrical-coordinate representation of color #DD17B4: hue angle of 312.42º 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 #DD17B4 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 180 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.13 |
| HSL | 312.42º | 0.81% | 0.48% | - |
| HSV(B) | 312.42º | 0.9% | 0.87% | - |
| XYZ | 38.36 | 19.28 | 44.88 | - |
| YUV | 100.1 | 173.1 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 180 | 0 | 0.90 | 0.19 | 0.13 | 312.42 | 0.81 | 0.48 |
| Hex | DD | 17 | B4 | 0 | 5A | 13 | D | 138 | 51 | 30 |
| Octal | 335 | 27 | 264 | 0 | 132 | 23 | 15 | 470 | 121 | 60 |
| Binary | 11011101 | 10111 | 10110100 | 0 | 1011010 | 10011 | 1101 | 100111000 | 1010001 | 110000 |
Color Harmonies of #DD17B4
Complementary color
Monochromatic Colors of #DD17B4
Black with #DD17B4
Text Example
Text Example
White with #DD17B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD17B4; }
p { color: rgb(221,23,180); }
H1.HeaderClassName
{
color: #DD17B4;
}
.AnyTagClassName
{
color: #DD17B4;
}
</style>
background-color css
<style>
a { background-color: #DD17B4; }
a { background-color: rgb(221,23,180); }
div.DivClassName
{
background-color: #DD17B4;
}
.BgClassName
{
background-color: #DD17B4;
}
</style>
border-color css
<style>
span { border-color: #DD17B4; }
span { border-color: rgb(221,23,180); }
td.TdClassName
{
border-color: #DD17B4;
}
.TagClassName
{
border-color: #DD17B4;
}
</style>