Shades of Shocking Pink #DD15BD
Tints of Shocking Pink #DD15BD
RGB
CMYK
RGB Variations
Color information
#DD15BD (or 0xDD15BD) is known color: Shocking Pink. HEX triplet: DD, 15 and BD. RGB value is (221,21,189). Sum of RGB (Red+Green+Blue) = 221+21+189=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15BD is #22EA42. Grayscale: #636363. Windows color (decimal): -2288195 or 12391901. OLE color: 12391901.
HSL color Cylindrical-coordinate representation of color #DD15BD: hue angle of 309.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD15BD is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 189 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.13 |
| HSL | 309.6º | 0.83% | 0.47% | - |
| HSV(B) | 309.6º | 0.9% | 0.87% | - |
| XYZ | 39.27 | 19.58 | 49.85 | - |
| YUV | 99.95 | 178.26 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 189 | 0 | 0.90 | 0.14 | 0.13 | 309.6 | 0.83 | 0.47 |
| Hex | DD | 15 | BD | 0 | 5A | E | D | 136 | 53 | 2F |
| Octal | 335 | 25 | 275 | 0 | 132 | 16 | 15 | 466 | 123 | 57 |
| Binary | 11011101 | 10101 | 10111101 | 0 | 1011010 | 1110 | 1101 | 100110110 | 1010011 | 101111 |
Color Harmonies of #DD15BD
Complementary color
Monochromatic Colors of #DD15BD
Black with #DD15BD
Text Example
Text Example
White with #DD15BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15BD; }
p { color: rgb(221,21,189); }
H1.HeaderClassName
{
color: #DD15BD;
}
.AnyTagClassName
{
color: #DD15BD;
}
</style>
background-color css
<style>
a { background-color: #DD15BD; }
a { background-color: rgb(221,21,189); }
div.DivClassName
{
background-color: #DD15BD;
}
.BgClassName
{
background-color: #DD15BD;
}
</style>
border-color css
<style>
span { border-color: #DD15BD; }
span { border-color: rgb(221,21,189); }
td.TdClassName
{
border-color: #DD15BD;
}
.TagClassName
{
border-color: #DD15BD;
}
</style>