Shades of Shocking Pink #DD15B2
Tints of Shocking Pink #DD15B2
RGB
CMYK
RGB Variations
Color information
#DD15B2 (or 0xDD15B2) is known color: Shocking Pink. HEX triplet: DD, 15 and B2. RGB value is (221,21,178). Sum of RGB (Red+Green+Blue) = 221+21+178=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 21 (8.59% from 255 or 5% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD15B2 is #22EA4D. Grayscale: #626262. Windows color (decimal): -2288206 or 11671005. OLE color: 11671005.
HSL color Cylindrical-coordinate representation of color #DD15B2: hue angle of 312.9º 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 #DD15B2 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 178 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.13 |
| HSL | 312.9º | 0.83% | 0.47% | - |
| HSV(B) | 312.9º | 0.9% | 0.87% | - |
| XYZ | 38.12 | 19.12 | 43.8 | - |
| YUV | 98.7 | 172.76 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 178 | 0 | 0.90 | 0.19 | 0.13 | 312.9 | 0.83 | 0.47 |
| Hex | DD | 15 | B2 | 0 | 5A | 13 | D | 139 | 53 | 2F |
| Octal | 335 | 25 | 262 | 0 | 132 | 23 | 15 | 471 | 123 | 57 |
| Binary | 11011101 | 10101 | 10110010 | 0 | 1011010 | 10011 | 1101 | 100111001 | 1010011 | 101111 |
Color Harmonies of #DD15B2
Complementary color
Monochromatic Colors of #DD15B2
Black with #DD15B2
Text Example
Text Example
White with #DD15B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15B2; }
p { color: rgb(221,21,178); }
H1.HeaderClassName
{
color: #DD15B2;
}
.AnyTagClassName
{
color: #DD15B2;
}
</style>
background-color css
<style>
a { background-color: #DD15B2; }
a { background-color: rgb(221,21,178); }
div.DivClassName
{
background-color: #DD15B2;
}
.BgClassName
{
background-color: #DD15B2;
}
</style>
border-color css
<style>
span { border-color: #DD15B2; }
span { border-color: rgb(221,21,178); }
td.TdClassName
{
border-color: #DD15B2;
}
.TagClassName
{
border-color: #DD15B2;
}
</style>