Shades of Shocking Pink #DD19B1
Tints of Shocking Pink #DD19B1
RGB
CMYK
RGB Variations
Color information
#DD19B1 (or 0xDD19B1) is known color: Shocking Pink. HEX triplet: DD, 19 and B1. RGB value is (221,25,177). Sum of RGB (Red+Green+Blue) = 221+25+177=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD19B1 is #22E64E. Grayscale: #646464. Windows color (decimal): -2287183 or 11606493. OLE color: 11606493.
HSL color Cylindrical-coordinate representation of color #DD19B1: hue angle of 313.47º 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 #DD19B1 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 177 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.13 |
| HSL | 313.47º | 0.8% | 0.48% | - |
| HSV(B) | 313.47º | 0.89% | 0.87% | - |
| XYZ | 38.1 | 19.24 | 43.3 | - |
| YUV | 100.93 | 170.93 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 177 | 0 | 0.89 | 0.20 | 0.13 | 313.47 | 0.8 | 0.48 |
| Hex | DD | 19 | B1 | 0 | 59 | 14 | D | 139 | 50 | 30 |
| Octal | 335 | 31 | 261 | 0 | 131 | 24 | 15 | 471 | 120 | 60 |
| Binary | 11011101 | 11001 | 10110001 | 0 | 1011001 | 10100 | 1101 | 100111001 | 1010000 | 110000 |
Color Harmonies of #DD19B1
Complementary color
Monochromatic Colors of #DD19B1
Black with #DD19B1
Text Example
Text Example
White with #DD19B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19B1; }
p { color: rgb(221,25,177); }
H1.HeaderClassName
{
color: #DD19B1;
}
.AnyTagClassName
{
color: #DD19B1;
}
</style>
background-color css
<style>
a { background-color: #DD19B1; }
a { background-color: rgb(221,25,177); }
div.DivClassName
{
background-color: #DD19B1;
}
.BgClassName
{
background-color: #DD19B1;
}
</style>
border-color css
<style>
span { border-color: #DD19B1; }
span { border-color: rgb(221,25,177); }
td.TdClassName
{
border-color: #DD19B1;
}
.TagClassName
{
border-color: #DD19B1;
}
</style>