Shades of Shocking Pink #DD1BB9
Tints of Shocking Pink #DD1BB9
RGB
CMYK
RGB Variations
Color information
#DD1BB9 (or 0xDD1BB9) is known color: Shocking Pink. HEX triplet: DD, 1B and B9. RGB value is (221,27,185). Sum of RGB (Red+Green+Blue) = 221+27+185=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BB9 is #22E446. Grayscale: #666666. Windows color (decimal): -2286663 or 12131293. OLE color: 12131293.
HSL color Cylindrical-coordinate representation of color #DD1BB9: hue angle of 311.13º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1BB9 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 185 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.13 |
| HSL | 311.13º | 0.78% | 0.49% | - |
| HSV(B) | 311.13º | 0.88% | 0.87% | - |
| XYZ | 38.97 | 19.66 | 47.64 | - |
| YUV | 103.02 | 174.27 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 185 | 0 | 0.88 | 0.16 | 0.13 | 311.13 | 0.78 | 0.49 |
| Hex | DD | 1B | B9 | 0 | 58 | 10 | D | 137 | 4E | 31 |
| Octal | 335 | 33 | 271 | 0 | 130 | 20 | 15 | 467 | 116 | 61 |
| Binary | 11011101 | 11011 | 10111001 | 0 | 1011000 | 10000 | 1101 | 100110111 | 1001110 | 110001 |
Color Harmonies of #DD1BB9
Complementary color
Monochromatic Colors of #DD1BB9
Black with #DD1BB9
Text Example
Text Example
White with #DD1BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BB9; }
p { color: rgb(221,27,185); }
H1.HeaderClassName
{
color: #DD1BB9;
}
.AnyTagClassName
{
color: #DD1BB9;
}
</style>
background-color css
<style>
a { background-color: #DD1BB9; }
a { background-color: rgb(221,27,185); }
div.DivClassName
{
background-color: #DD1BB9;
}
.BgClassName
{
background-color: #DD1BB9;
}
</style>
border-color css
<style>
span { border-color: #DD1BB9; }
span { border-color: rgb(221,27,185); }
td.TdClassName
{
border-color: #DD1BB9;
}
.TagClassName
{
border-color: #DD1BB9;
}
</style>