Shades of Shocking Pink #DD11B9
Tints of Shocking Pink #DD11B9
RGB
CMYK
RGB Variations
Color information
#DD11B9 (or 0xDD11B9) is known color: Shocking Pink. HEX triplet: DD, 11 and B9. RGB value is (221,17,185). Sum of RGB (Red+Green+Blue) = 221+17+185=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD11B9 is #22EE46. Grayscale: #606060. Windows color (decimal): -2289223 or 12128733. OLE color: 12128733.
HSL color Cylindrical-coordinate representation of color #DD11B9: hue angle of 310.59º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD11B9 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 185 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.13 |
| HSL | 310.59º | 0.86% | 0.47% | - |
| HSV(B) | 310.59º | 0.92% | 0.87% | - |
| XYZ | 38.78 | 19.28 | 47.58 | - |
| YUV | 97.15 | 177.59 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 185 | 0 | 0.92 | 0.16 | 0.13 | 310.59 | 0.86 | 0.47 |
| Hex | DD | 11 | B9 | 0 | 5C | 10 | D | 137 | 56 | 2F |
| Octal | 335 | 21 | 271 | 0 | 134 | 20 | 15 | 467 | 126 | 57 |
| Binary | 11011101 | 10001 | 10111001 | 0 | 1011100 | 10000 | 1101 | 100110111 | 1010110 | 101111 |
Color Harmonies of #DD11B9
Complementary color
Monochromatic Colors of #DD11B9
Black with #DD11B9
Text Example
Text Example
White with #DD11B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD11B9; }
p { color: rgb(221,17,185); }
H1.HeaderClassName
{
color: #DD11B9;
}
.AnyTagClassName
{
color: #DD11B9;
}
</style>
background-color css
<style>
a { background-color: #DD11B9; }
a { background-color: rgb(221,17,185); }
div.DivClassName
{
background-color: #DD11B9;
}
.BgClassName
{
background-color: #DD11B9;
}
</style>
border-color css
<style>
span { border-color: #DD11B9; }
span { border-color: rgb(221,17,185); }
td.TdClassName
{
border-color: #DD11B9;
}
.TagClassName
{
border-color: #DD11B9;
}
</style>