Shades of Shocking Pink #DC15BC
Tints of Shocking Pink #DC15BC
RGB
CMYK
RGB Variations
Color information
#DC15BC (or 0xDC15BC) is known color: Shocking Pink. HEX triplet: DC, 15 and BC. RGB value is (220,21,188). Sum of RGB (Red+Green+Blue) = 220+21+188=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15BC is #23EA43. Grayscale: #636363. Windows color (decimal): -2353732 or 12326364. OLE color: 12326364.
HSL color Cylindrical-coordinate representation of color #DC15BC: hue angle of 309.65º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC15BC is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 188 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.14 |
| HSL | 309.65º | 0.83% | 0.47% | - |
| HSV(B) | 309.65º | 0.9% | 0.86% | - |
| XYZ | 38.86 | 19.38 | 49.27 | - |
| YUV | 99.54 | 177.93 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 188 | 0 | 0.90 | 0.15 | 0.14 | 309.65 | 0.83 | 0.47 |
| Hex | DC | 15 | BC | 0 | 5A | F | E | 136 | 53 | 2F |
| Octal | 334 | 25 | 274 | 0 | 132 | 17 | 16 | 466 | 123 | 57 |
| Binary | 11011100 | 10101 | 10111100 | 0 | 1011010 | 1111 | 1110 | 100110110 | 1010011 | 101111 |
Color Harmonies of #DC15BC
Complementary color
Monochromatic Colors of #DC15BC
Black with #DC15BC
Text Example
Text Example
White with #DC15BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15BC; }
p { color: rgb(220,21,188); }
H1.HeaderClassName
{
color: #DC15BC;
}
.AnyTagClassName
{
color: #DC15BC;
}
</style>
background-color css
<style>
a { background-color: #DC15BC; }
a { background-color: rgb(220,21,188); }
div.DivClassName
{
background-color: #DC15BC;
}
.BgClassName
{
background-color: #DC15BC;
}
</style>
border-color css
<style>
span { border-color: #DC15BC; }
span { border-color: rgb(220,21,188); }
td.TdClassName
{
border-color: #DC15BC;
}
.TagClassName
{
border-color: #DC15BC;
}
</style>