Shades of Shocking Pink #DD19BF
Tints of Shocking Pink #DD19BF
RGB
CMYK
RGB Variations
Color information
#DD19BF (or 0xDD19BF) is known color: Shocking Pink. HEX triplet: DD, 19 and BF. RGB value is (221,25,191). Sum of RGB (Red+Green+Blue) = 221+25+191=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD19BF is #22E640. Grayscale: #666666. Windows color (decimal): -2287169 or 12523997. OLE color: 12523997.
HSL color Cylindrical-coordinate representation of color #DD19BF: hue angle of 309.18º 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 #DD19BF is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 191 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.13 |
| HSL | 309.18º | 0.8% | 0.48% | - |
| HSV(B) | 309.18º | 0.89% | 0.87% | - |
| XYZ | 39.57 | 19.83 | 51.03 | - |
| YUV | 102.53 | 177.93 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 191 | 0 | 0.89 | 0.14 | 0.13 | 309.18 | 0.8 | 0.48 |
| Hex | DD | 19 | BF | 0 | 59 | E | D | 135 | 50 | 30 |
| Octal | 335 | 31 | 277 | 0 | 131 | 16 | 15 | 465 | 120 | 60 |
| Binary | 11011101 | 11001 | 10111111 | 0 | 1011001 | 1110 | 1101 | 100110101 | 1010000 | 110000 |
Color Harmonies of #DD19BF
Complementary color
Monochromatic Colors of #DD19BF
Black with #DD19BF
Text Example
Text Example
White with #DD19BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19BF; }
p { color: rgb(221,25,191); }
H1.HeaderClassName
{
color: #DD19BF;
}
.AnyTagClassName
{
color: #DD19BF;
}
</style>
background-color css
<style>
a { background-color: #DD19BF; }
a { background-color: rgb(221,25,191); }
div.DivClassName
{
background-color: #DD19BF;
}
.BgClassName
{
background-color: #DD19BF;
}
</style>
border-color css
<style>
span { border-color: #DD19BF; }
span { border-color: rgb(221,25,191); }
td.TdClassName
{
border-color: #DD19BF;
}
.TagClassName
{
border-color: #DD19BF;
}
</style>