Shades of Shocking Pink #DD1ABF
Tints of Shocking Pink #DD1ABF
RGB
CMYK
RGB Variations
Color information
#DD1ABF (or 0xDD1ABF) is known color: Shocking Pink. HEX triplet: DD, 1A and BF. RGB value is (221,26,191). Sum of RGB (Red+Green+Blue) = 221+26+191=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ABF is #22E540. Grayscale: #666666. Windows color (decimal): -2286913 or 12524253. OLE color: 12524253.
HSL color Cylindrical-coordinate representation of color #DD1ABF: hue angle of 309.23º 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 #DD1ABF is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 191 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.13 |
| HSL | 309.23º | 0.79% | 0.48% | - |
| HSV(B) | 309.23º | 0.88% | 0.87% | - |
| XYZ | 39.59 | 19.87 | 51.04 | - |
| YUV | 103.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 191 | 0 | 0.88 | 0.14 | 0.13 | 309.23 | 0.79 | 0.48 |
| Hex | DD | 1A | BF | 0 | 58 | E | D | 135 | 4F | 30 |
| Octal | 335 | 32 | 277 | 0 | 130 | 16 | 15 | 465 | 117 | 60 |
| Binary | 11011101 | 11010 | 10111111 | 0 | 1011000 | 1110 | 1101 | 100110101 | 1001111 | 110000 |
Color Harmonies of #DD1ABF
Complementary color
Monochromatic Colors of #DD1ABF
Black with #DD1ABF
Text Example
Text Example
White with #DD1ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1ABF; }
p { color: rgb(221,26,191); }
H1.HeaderClassName
{
color: #DD1ABF;
}
.AnyTagClassName
{
color: #DD1ABF;
}
</style>
background-color css
<style>
a { background-color: #DD1ABF; }
a { background-color: rgb(221,26,191); }
div.DivClassName
{
background-color: #DD1ABF;
}
.BgClassName
{
background-color: #DD1ABF;
}
</style>
border-color css
<style>
span { border-color: #DD1ABF; }
span { border-color: rgb(221,26,191); }
td.TdClassName
{
border-color: #DD1ABF;
}
.TagClassName
{
border-color: #DD1ABF;
}
</style>