Shades of Shocking Pink #DC18BC
Tints of Shocking Pink #DC18BC
RGB
CMYK
RGB Variations
Color information
#DC18BC (or 0xDC18BC) is known color: Shocking Pink. HEX triplet: DC, 18 and BC. RGB value is (220,24,188). Sum of RGB (Red+Green+Blue) = 220+24+188=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 24 (9.77% from 255 or 5.56% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC18BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC18BC is #23E743. Grayscale: #646464. Windows color (decimal): -2352964 or 12327132. OLE color: 12327132.
HSL color Cylindrical-coordinate representation of color #DC18BC: hue angle of 309.8º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC18BC is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 188 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.14 |
| HSL | 309.8º | 0.8% | 0.48% | - |
| HSV(B) | 309.8º | 0.89% | 0.86% | - |
| XYZ | 38.92 | 19.5 | 49.29 | - |
| YUV | 101.3 | 176.93 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 188 | 0 | 0.89 | 0.15 | 0.14 | 309.8 | 0.8 | 0.48 |
| Hex | DC | 18 | BC | 0 | 59 | F | E | 136 | 50 | 30 |
| Octal | 334 | 30 | 274 | 0 | 131 | 17 | 16 | 466 | 120 | 60 |
| Binary | 11011100 | 11000 | 10111100 | 0 | 1011001 | 1111 | 1110 | 100110110 | 1010000 | 110000 |
Color Harmonies of #DC18BC
Complementary color
Monochromatic Colors of #DC18BC
Black with #DC18BC
Text Example
Text Example
White with #DC18BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18BC; }
p { color: rgb(220,24,188); }
H1.HeaderClassName
{
color: #DC18BC;
}
.AnyTagClassName
{
color: #DC18BC;
}
</style>
background-color css
<style>
a { background-color: #DC18BC; }
a { background-color: rgb(220,24,188); }
div.DivClassName
{
background-color: #DC18BC;
}
.BgClassName
{
background-color: #DC18BC;
}
</style>
border-color css
<style>
span { border-color: #DC18BC; }
span { border-color: rgb(220,24,188); }
td.TdClassName
{
border-color: #DC18BC;
}
.TagClassName
{
border-color: #DC18BC;
}
</style>