Shades of Shocking Pink #DD10B4
Tints of Shocking Pink #DD10B4
RGB
CMYK
RGB Variations
Color information
#DD10B4 (or 0xDD10B4) is known color: Shocking Pink. HEX triplet: DD, 10 and B4. RGB value is (221,16,180). Sum of RGB (Red+Green+Blue) = 221+16+180=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10B4 is #22EF4B. Grayscale: #5F5F5F. Windows color (decimal): -2289484 or 11800797. OLE color: 11800797.
HSL color Cylindrical-coordinate representation of color #DD10B4: hue angle of 312º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD10B4 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 180 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.13 |
| HSL | 312º | 0.86% | 0.46% | - |
| HSV(B) | 312º | 0.93% | 0.87% | - |
| XYZ | 38.24 | 19.04 | 44.84 | - |
| YUV | 95.99 | 175.42 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 180 | 0 | 0.93 | 0.19 | 0.13 | 312 | 0.86 | 0.46 |
| Hex | DD | 10 | B4 | 0 | 5D | 13 | D | 138 | 56 | 2E |
| Octal | 335 | 20 | 264 | 0 | 135 | 23 | 15 | 470 | 126 | 56 |
| Binary | 11011101 | 10000 | 10110100 | 0 | 1011101 | 10011 | 1101 | 100111000 | 1010110 | 101110 |
Color Harmonies of #DD10B4
Complementary color
Monochromatic Colors of #DD10B4
Black with #DD10B4
Text Example
Text Example
White with #DD10B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10B4; }
p { color: rgb(221,16,180); }
H1.HeaderClassName
{
color: #DD10B4;
}
.AnyTagClassName
{
color: #DD10B4;
}
</style>
background-color css
<style>
a { background-color: #DD10B4; }
a { background-color: rgb(221,16,180); }
div.DivClassName
{
background-color: #DD10B4;
}
.BgClassName
{
background-color: #DD10B4;
}
</style>
border-color css
<style>
span { border-color: #DD10B4; }
span { border-color: rgb(221,16,180); }
td.TdClassName
{
border-color: #DD10B4;
}
.TagClassName
{
border-color: #DD10B4;
}
</style>