Shades of Shocking Pink #DD18BC
Tints of Shocking Pink #DD18BC
RGB
CMYK
RGB Variations
Color information
#DD18BC (or 0xDD18BC) is known color: Shocking Pink. HEX triplet: DD, 18 and BC. RGB value is (221,24,188). Sum of RGB (Red+Green+Blue) = 221+24+188=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 24 (9.77% from 255 or 5.54% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18BC is #22E743. Grayscale: #656565. Windows color (decimal): -2287428 or 12327133. OLE color: 12327133.
HSL color Cylindrical-coordinate representation of color #DD18BC: hue angle of 310.05º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD18BC is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 188 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.13 |
| HSL | 310.05º | 0.8% | 0.48% | - |
| HSV(B) | 310.05º | 0.89% | 0.87% | - |
| XYZ | 39.22 | 19.66 | 49.3 | - |
| YUV | 101.6 | 176.77 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 188 | 0 | 0.89 | 0.15 | 0.13 | 310.05 | 0.8 | 0.48 |
| Hex | DD | 18 | BC | 0 | 59 | F | D | 136 | 50 | 30 |
| Octal | 335 | 30 | 274 | 0 | 131 | 17 | 15 | 466 | 120 | 60 |
| Binary | 11011101 | 11000 | 10111100 | 0 | 1011001 | 1111 | 1101 | 100110110 | 1010000 | 110000 |
Color Harmonies of #DD18BC
Complementary color
Monochromatic Colors of #DD18BC
Black with #DD18BC
Text Example
Text Example
White with #DD18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18BC; }
p { color: rgb(221,24,188); }
H1.HeaderClassName
{
color: #DD18BC;
}
.AnyTagClassName
{
color: #DD18BC;
}
</style>
background-color css
<style>
a { background-color: #DD18BC; }
a { background-color: rgb(221,24,188); }
div.DivClassName
{
background-color: #DD18BC;
}
.BgClassName
{
background-color: #DD18BC;
}
</style>
border-color css
<style>
span { border-color: #DD18BC; }
span { border-color: rgb(221,24,188); }
td.TdClassName
{
border-color: #DD18BC;
}
.TagClassName
{
border-color: #DD18BC;
}
</style>