Shades of Shocking Pink #DD1AB6
Tints of Shocking Pink #DD1AB6
RGB
CMYK
RGB Variations
Color information
#DD1AB6 (or 0xDD1AB6) is known color: Shocking Pink. HEX triplet: DD, 1A and B6. RGB value is (221,26,182). Sum of RGB (Red+Green+Blue) = 221+26+182=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1AB6 is #22E549. Grayscale: #656565. Windows color (decimal): -2286922 or 11934429. OLE color: 11934429.
HSL color Cylindrical-coordinate representation of color #DD1AB6: hue angle of 312º 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 #DD1AB6 is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 182 | - |
| CMYK | 0 | 0.88 | 0.18 | 0.13 |
| HSL | 312º | 0.79% | 0.48% | - |
| HSV(B) | 312º | 0.88% | 0.87% | - |
| XYZ | 38.63 | 19.49 | 45.98 | - |
| YUV | 102.09 | 173.1 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 182 | 0 | 0.88 | 0.18 | 0.13 | 312 | 0.79 | 0.48 |
| Hex | DD | 1A | B6 | 0 | 58 | 12 | D | 138 | 4F | 30 |
| Octal | 335 | 32 | 266 | 0 | 130 | 22 | 15 | 470 | 117 | 60 |
| Binary | 11011101 | 11010 | 10110110 | 0 | 1011000 | 10010 | 1101 | 100111000 | 1001111 | 110000 |
Color Harmonies of #DD1AB6
Complementary color
Monochromatic Colors of #DD1AB6
Black with #DD1AB6
Text Example
Text Example
White with #DD1AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1AB6; }
p { color: rgb(221,26,182); }
H1.HeaderClassName
{
color: #DD1AB6;
}
.AnyTagClassName
{
color: #DD1AB6;
}
</style>
background-color css
<style>
a { background-color: #DD1AB6; }
a { background-color: rgb(221,26,182); }
div.DivClassName
{
background-color: #DD1AB6;
}
.BgClassName
{
background-color: #DD1AB6;
}
</style>
border-color css
<style>
span { border-color: #DD1AB6; }
span { border-color: rgb(221,26,182); }
td.TdClassName
{
border-color: #DD1AB6;
}
.TagClassName
{
border-color: #DD1AB6;
}
</style>