Shades of Shocking Pink #DD0DB4
Tints of Shocking Pink #DD0DB4
RGB
CMYK
RGB Variations
Color information
#DD0DB4 (or 0xDD0DB4) is known color: Shocking Pink. HEX triplet: DD, 0D and B4. RGB value is (221,13,180). Sum of RGB (Red+Green+Blue) = 221+13+180=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0DB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0DB4 is #22F24B. Grayscale: #5D5D5D. Windows color (decimal): -2290252 or 11800029. OLE color: 11800029.
HSL color Cylindrical-coordinate representation of color #DD0DB4: hue angle of 311.83º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0DB4 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 180 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.13 |
| HSL | 311.83º | 0.89% | 0.46% | - |
| HSV(B) | 311.83º | 0.94% | 0.87% | - |
| XYZ | 38.2 | 18.96 | 44.83 | - |
| YUV | 94.23 | 176.41 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 180 | 0 | 0.94 | 0.19 | 0.13 | 311.83 | 0.89 | 0.46 |
| Hex | DD | D | B4 | 0 | 5E | 13 | D | 138 | 59 | 2E |
| Octal | 335 | 15 | 264 | 0 | 136 | 23 | 15 | 470 | 131 | 56 |
| Binary | 11011101 | 1101 | 10110100 | 0 | 1011110 | 10011 | 1101 | 100111000 | 1011001 | 101110 |
Color Harmonies of #DD0DB4
Complementary color
Monochromatic Colors of #DD0DB4
Black with #DD0DB4
Text Example
Text Example
White with #DD0DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0DB4; }
p { color: rgb(221,13,180); }
H1.HeaderClassName
{
color: #DD0DB4;
}
.AnyTagClassName
{
color: #DD0DB4;
}
</style>
background-color css
<style>
a { background-color: #DD0DB4; }
a { background-color: rgb(221,13,180); }
div.DivClassName
{
background-color: #DD0DB4;
}
.BgClassName
{
background-color: #DD0DB4;
}
</style>
border-color css
<style>
span { border-color: #DD0DB4; }
span { border-color: rgb(221,13,180); }
td.TdClassName
{
border-color: #DD0DB4;
}
.TagClassName
{
border-color: #DD0DB4;
}
</style>