Shades of Shocking Pink #DD10B8
Tints of Shocking Pink #DD10B8
RGB
CMYK
RGB Variations
Color information
#DD10B8 (or 0xDD10B8) is known color: Shocking Pink. HEX triplet: DD, 10 and B8. RGB value is (221,16,184). Sum of RGB (Red+Green+Blue) = 221+16+184=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD10B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD10B8 is #22EF47. Grayscale: #5F5F5F. Windows color (decimal): -2289480 or 12062941. OLE color: 12062941.
HSL color Cylindrical-coordinate representation of color #DD10B8: hue angle of 310.83º 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 #DD10B8 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 184 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.13 |
| HSL | 310.83º | 0.86% | 0.46% | - |
| HSV(B) | 310.83º | 0.93% | 0.87% | - |
| XYZ | 38.66 | 19.2 | 47.02 | - |
| YUV | 96.45 | 177.42 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 184 | 0 | 0.93 | 0.17 | 0.13 | 310.83 | 0.86 | 0.46 |
| Hex | DD | 10 | B8 | 0 | 5D | 11 | D | 137 | 56 | 2E |
| Octal | 335 | 20 | 270 | 0 | 135 | 21 | 15 | 467 | 126 | 56 |
| Binary | 11011101 | 10000 | 10111000 | 0 | 1011101 | 10001 | 1101 | 100110111 | 1010110 | 101110 |
Color Harmonies of #DD10B8
Complementary color
Monochromatic Colors of #DD10B8
Black with #DD10B8
Text Example
Text Example
White with #DD10B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD10B8; }
p { color: rgb(221,16,184); }
H1.HeaderClassName
{
color: #DD10B8;
}
.AnyTagClassName
{
color: #DD10B8;
}
</style>
background-color css
<style>
a { background-color: #DD10B8; }
a { background-color: rgb(221,16,184); }
div.DivClassName
{
background-color: #DD10B8;
}
.BgClassName
{
background-color: #DD10B8;
}
</style>
border-color css
<style>
span { border-color: #DD10B8; }
span { border-color: rgb(221,16,184); }
td.TdClassName
{
border-color: #DD10B8;
}
.TagClassName
{
border-color: #DD10B8;
}
</style>