Shades of Shocking Pink #DD1AB8
Tints of Shocking Pink #DD1AB8
RGB
CMYK
RGB Variations
Color information
#DD1AB8 (or 0xDD1AB8) is known color: Shocking Pink. HEX triplet: DD, 1A and B8. RGB value is (221,26,184). Sum of RGB (Red+Green+Blue) = 221+26+184=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1AB8 is #22E547. Grayscale: #656565. Windows color (decimal): -2286920 or 12065501. OLE color: 12065501.
HSL color Cylindrical-coordinate representation of color #DD1AB8: hue angle of 311.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1AB8 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 184 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.13 |
| HSL | 311.38º | 0.79% | 0.48% | - |
| HSV(B) | 311.38º | 0.88% | 0.87% | - |
| XYZ | 38.84 | 19.57 | 47.08 | - |
| YUV | 102.32 | 174.1 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 184 | 0 | 0.88 | 0.17 | 0.13 | 311.38 | 0.79 | 0.48 |
| Hex | DD | 1A | B8 | 0 | 58 | 11 | D | 137 | 4F | 30 |
| Octal | 335 | 32 | 270 | 0 | 130 | 21 | 15 | 467 | 117 | 60 |
| Binary | 11011101 | 11010 | 10111000 | 0 | 1011000 | 10001 | 1101 | 100110111 | 1001111 | 110000 |
Color Harmonies of #DD1AB8
Complementary color
Monochromatic Colors of #DD1AB8
Black with #DD1AB8
Text Example
Text Example
White with #DD1AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1AB8; }
p { color: rgb(221,26,184); }
H1.HeaderClassName
{
color: #DD1AB8;
}
.AnyTagClassName
{
color: #DD1AB8;
}
</style>
background-color css
<style>
a { background-color: #DD1AB8; }
a { background-color: rgb(221,26,184); }
div.DivClassName
{
background-color: #DD1AB8;
}
.BgClassName
{
background-color: #DD1AB8;
}
</style>
border-color css
<style>
span { border-color: #DD1AB8; }
span { border-color: rgb(221,26,184); }
td.TdClassName
{
border-color: #DD1AB8;
}
.TagClassName
{
border-color: #DD1AB8;
}
</style>