Shades of Shocking Pink #DD1DB5
Tints of Shocking Pink #DD1DB5
RGB
CMYK
RGB Variations
Color information
#DD1DB5 (or 0xDD1DB5) is known color: Shocking Pink. HEX triplet: DD, 1D and B5. RGB value is (221,29,181). Sum of RGB (Red+Green+Blue) = 221+29+181=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1DB5 is #22E24A. Grayscale: #676767. Windows color (decimal): -2286155 or 11869661. OLE color: 11869661.
HSL color Cylindrical-coordinate representation of color #DD1DB5: hue angle of 312.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1DB5 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 181 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.13 |
| HSL | 312.5º | 0.77% | 0.49% | - |
| HSV(B) | 312.5º | 0.87% | 0.87% | - |
| XYZ | 38.6 | 19.59 | 45.46 | - |
| YUV | 103.74 | 171.61 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 181 | 0 | 0.87 | 0.18 | 0.13 | 312.5 | 0.77 | 0.49 |
| Hex | DD | 1D | B5 | 0 | 57 | 12 | D | 138 | 4D | 31 |
| Octal | 335 | 35 | 265 | 0 | 127 | 22 | 15 | 470 | 115 | 61 |
| Binary | 11011101 | 11101 | 10110101 | 0 | 1010111 | 10010 | 1101 | 100111000 | 1001101 | 110001 |
Color Harmonies of #DD1DB5
Complementary color
Monochromatic Colors of #DD1DB5
Black with #DD1DB5
Text Example
Text Example
White with #DD1DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1DB5; }
p { color: rgb(221,29,181); }
H1.HeaderClassName
{
color: #DD1DB5;
}
.AnyTagClassName
{
color: #DD1DB5;
}
</style>
background-color css
<style>
a { background-color: #DD1DB5; }
a { background-color: rgb(221,29,181); }
div.DivClassName
{
background-color: #DD1DB5;
}
.BgClassName
{
background-color: #DD1DB5;
}
</style>
border-color css
<style>
span { border-color: #DD1DB5; }
span { border-color: rgb(221,29,181); }
td.TdClassName
{
border-color: #DD1DB5;
}
.TagClassName
{
border-color: #DD1DB5;
}
</style>