Shades of Shocking Pink #DD19BC
Tints of Shocking Pink #DD19BC
RGB
CMYK
RGB Variations
Color information
#DD19BC (or 0xDD19BC) is known color: Shocking Pink. HEX triplet: DD, 19 and BC. RGB value is (221,25,188). Sum of RGB (Red+Green+Blue) = 221+25+188=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD19BC is #22E643. Grayscale: #656565. Windows color (decimal): -2287172 or 12327389. OLE color: 12327389.
HSL color Cylindrical-coordinate representation of color #DD19BC: hue angle of 310.1º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD19BC is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 188 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.13 |
| HSL | 310.1º | 0.8% | 0.48% | - |
| HSV(B) | 310.1º | 0.89% | 0.87% | - |
| XYZ | 39.24 | 19.7 | 49.31 | - |
| YUV | 102.19 | 176.43 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 188 | 0 | 0.89 | 0.15 | 0.13 | 310.1 | 0.8 | 0.48 |
| Hex | DD | 19 | BC | 0 | 59 | F | D | 136 | 50 | 30 |
| Octal | 335 | 31 | 274 | 0 | 131 | 17 | 15 | 466 | 120 | 60 |
| Binary | 11011101 | 11001 | 10111100 | 0 | 1011001 | 1111 | 1101 | 100110110 | 1010000 | 110000 |
Color Harmonies of #DD19BC
Complementary color
Monochromatic Colors of #DD19BC
Black with #DD19BC
Text Example
Text Example
White with #DD19BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19BC; }
p { color: rgb(221,25,188); }
H1.HeaderClassName
{
color: #DD19BC;
}
.AnyTagClassName
{
color: #DD19BC;
}
</style>
background-color css
<style>
a { background-color: #DD19BC; }
a { background-color: rgb(221,25,188); }
div.DivClassName
{
background-color: #DD19BC;
}
.BgClassName
{
background-color: #DD19BC;
}
</style>
border-color css
<style>
span { border-color: #DD19BC; }
span { border-color: rgb(221,25,188); }
td.TdClassName
{
border-color: #DD19BC;
}
.TagClassName
{
border-color: #DD19BC;
}
</style>