Shades of Shocking Pink #DD15B5
Tints of Shocking Pink #DD15B5
RGB
CMYK
RGB Variations
Color information
#DD15B5 (or 0xDD15B5) is known color: Shocking Pink. HEX triplet: DD, 15 and B5. RGB value is (221,21,181). Sum of RGB (Red+Green+Blue) = 221+21+181=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD15B5 is #22EA4A. Grayscale: #626262. Windows color (decimal): -2288203 or 11867613. OLE color: 11867613.
HSL color Cylindrical-coordinate representation of color #DD15B5: hue angle of 312º 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 #DD15B5 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 181 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.13 |
| HSL | 312º | 0.83% | 0.47% | - |
| HSV(B) | 312º | 0.9% | 0.87% | - |
| XYZ | 38.43 | 19.24 | 45.41 | - |
| YUV | 99.04 | 174.26 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 181 | 0 | 0.90 | 0.18 | 0.13 | 312 | 0.83 | 0.47 |
| Hex | DD | 15 | B5 | 0 | 5A | 12 | D | 138 | 53 | 2F |
| Octal | 335 | 25 | 265 | 0 | 132 | 22 | 15 | 470 | 123 | 57 |
| Binary | 11011101 | 10101 | 10110101 | 0 | 1011010 | 10010 | 1101 | 100111000 | 1010011 | 101111 |
Color Harmonies of #DD15B5
Complementary color
Monochromatic Colors of #DD15B5
Black with #DD15B5
Text Example
Text Example
White with #DD15B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD15B5; }
p { color: rgb(221,21,181); }
H1.HeaderClassName
{
color: #DD15B5;
}
.AnyTagClassName
{
color: #DD15B5;
}
</style>
background-color css
<style>
a { background-color: #DD15B5; }
a { background-color: rgb(221,21,181); }
div.DivClassName
{
background-color: #DD15B5;
}
.BgClassName
{
background-color: #DD15B5;
}
</style>
border-color css
<style>
span { border-color: #DD15B5; }
span { border-color: rgb(221,21,181); }
td.TdClassName
{
border-color: #DD15B5;
}
.TagClassName
{
border-color: #DD15B5;
}
</style>