Shades of Shocking Pink #DD12B8
Tints of Shocking Pink #DD12B8
RGB
CMYK
RGB Variations
Color information
#DD12B8 (or 0xDD12B8) is known color: Shocking Pink. HEX triplet: DD, 12 and B8. RGB value is (221,18,184). Sum of RGB (Red+Green+Blue) = 221+18+184=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 184 (72.27% from 255 or 43.50% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12B8 is #22ED47. Grayscale: #616161. Windows color (decimal): -2288968 or 12063453. OLE color: 12063453.
HSL color Cylindrical-coordinate representation of color #DD12B8: hue angle of 310.94º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD12B8 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 184 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.13 |
| HSL | 310.94º | 0.85% | 0.47% | - |
| HSV(B) | 310.94º | 0.92% | 0.87% | - |
| XYZ | 38.69 | 19.27 | 47.03 | - |
| YUV | 97.62 | 176.75 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 184 | 0 | 0.92 | 0.17 | 0.13 | 310.94 | 0.85 | 0.47 |
| Hex | DD | 12 | B8 | 0 | 5C | 11 | D | 137 | 55 | 2F |
| Octal | 335 | 22 | 270 | 0 | 134 | 21 | 15 | 467 | 125 | 57 |
| Binary | 11011101 | 10010 | 10111000 | 0 | 1011100 | 10001 | 1101 | 100110111 | 1010101 | 101111 |
Color Harmonies of #DD12B8
Complementary color
Monochromatic Colors of #DD12B8
Black with #DD12B8
Text Example
Text Example
White with #DD12B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12B8; }
p { color: rgb(221,18,184); }
H1.HeaderClassName
{
color: #DD12B8;
}
.AnyTagClassName
{
color: #DD12B8;
}
</style>
background-color css
<style>
a { background-color: #DD12B8; }
a { background-color: rgb(221,18,184); }
div.DivClassName
{
background-color: #DD12B8;
}
.BgClassName
{
background-color: #DD12B8;
}
</style>
border-color css
<style>
span { border-color: #DD12B8; }
span { border-color: rgb(221,18,184); }
td.TdClassName
{
border-color: #DD12B8;
}
.TagClassName
{
border-color: #DD12B8;
}
</style>