Shades of Shocking Pink #DD12B3
Tints of Shocking Pink #DD12B3
RGB
CMYK
RGB Variations
Color information
#DD12B3 (or 0xDD12B3) is known color: Shocking Pink. HEX triplet: DD, 12 and B3. RGB value is (221,18,179). Sum of RGB (Red+Green+Blue) = 221+18+179=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD12B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD12B3 is #22ED4C. Grayscale: #606060. Windows color (decimal): -2288973 or 11735773. OLE color: 11735773.
HSL color Cylindrical-coordinate representation of color #DD12B3: hue angle of 312.41º 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 #DD12B3 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 179 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.13 |
| HSL | 312.41º | 0.85% | 0.47% | - |
| HSV(B) | 312.41º | 0.92% | 0.87% | - |
| XYZ | 38.17 | 19.06 | 44.31 | - |
| YUV | 97.05 | 174.25 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 179 | 0 | 0.92 | 0.19 | 0.13 | 312.41 | 0.85 | 0.47 |
| Hex | DD | 12 | B3 | 0 | 5C | 13 | D | 138 | 55 | 2F |
| Octal | 335 | 22 | 263 | 0 | 134 | 23 | 15 | 470 | 125 | 57 |
| Binary | 11011101 | 10010 | 10110011 | 0 | 1011100 | 10011 | 1101 | 100111000 | 1010101 | 101111 |
Color Harmonies of #DD12B3
Complementary color
Monochromatic Colors of #DD12B3
Black with #DD12B3
Text Example
Text Example
White with #DD12B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD12B3; }
p { color: rgb(221,18,179); }
H1.HeaderClassName
{
color: #DD12B3;
}
.AnyTagClassName
{
color: #DD12B3;
}
</style>
background-color css
<style>
a { background-color: #DD12B3; }
a { background-color: rgb(221,18,179); }
div.DivClassName
{
background-color: #DD12B3;
}
.BgClassName
{
background-color: #DD12B3;
}
</style>
border-color css
<style>
span { border-color: #DD12B3; }
span { border-color: rgb(221,18,179); }
td.TdClassName
{
border-color: #DD12B3;
}
.TagClassName
{
border-color: #DD12B3;
}
</style>