Shades of Shocking Pink #DD13B8
Tints of Shocking Pink #DD13B8
RGB
CMYK
RGB Variations
Color information
#DD13B8 (or 0xDD13B8) is known color: Shocking Pink. HEX triplet: DD, 13 and B8. RGB value is (221,19,184). Sum of RGB (Red+Green+Blue) = 221+19+184=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD13B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD13B8 is #22EC47. Grayscale: #616161. Windows color (decimal): -2288712 or 12063709. OLE color: 12063709.
HSL color Cylindrical-coordinate representation of color #DD13B8: hue angle of 310.99º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD13B8 is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 184 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.13 |
| HSL | 310.99º | 0.84% | 0.47% | - |
| HSV(B) | 310.99º | 0.91% | 0.87% | - |
| XYZ | 38.7 | 19.3 | 47.03 | - |
| YUV | 98.21 | 176.42 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 184 | 0 | 0.91 | 0.17 | 0.13 | 310.99 | 0.84 | 0.47 |
| Hex | DD | 13 | B8 | 0 | 5B | 11 | D | 137 | 54 | 2F |
| Octal | 335 | 23 | 270 | 0 | 133 | 21 | 15 | 467 | 124 | 57 |
| Binary | 11011101 | 10011 | 10111000 | 0 | 1011011 | 10001 | 1101 | 100110111 | 1010100 | 101111 |
Color Harmonies of #DD13B8
Complementary color
Monochromatic Colors of #DD13B8
Black with #DD13B8
Text Example
Text Example
White with #DD13B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD13B8; }
p { color: rgb(221,19,184); }
H1.HeaderClassName
{
color: #DD13B8;
}
.AnyTagClassName
{
color: #DD13B8;
}
</style>
background-color css
<style>
a { background-color: #DD13B8; }
a { background-color: rgb(221,19,184); }
div.DivClassName
{
background-color: #DD13B8;
}
.BgClassName
{
background-color: #DD13B8;
}
</style>
border-color css
<style>
span { border-color: #DD13B8; }
span { border-color: rgb(221,19,184); }
td.TdClassName
{
border-color: #DD13B8;
}
.TagClassName
{
border-color: #DD13B8;
}
</style>