Shades of Shocking Pink #DC15B0
Tints of Shocking Pink #DC15B0
RGB
CMYK
RGB Variations
Color information
#DC15B0 (or 0xDC15B0) is known color: Shocking Pink. HEX triplet: DC, 15 and B0. RGB value is (220,21,176). Sum of RGB (Red+Green+Blue) = 220+21+176=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC15B0 is #23EA4F. Grayscale: #616161. Windows color (decimal): -2353744 or 11539932. OLE color: 11539932.
HSL color Cylindrical-coordinate representation of color #DC15B0: hue angle of 313.27º 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 #DC15B0 is Cyan = 0, Magento = 0.90, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 176 | - |
| CMYK | 0 | 0.90 | 0.2 | 0.14 |
| HSL | 313.27º | 0.83% | 0.47% | - |
| HSV(B) | 313.27º | 0.9% | 0.86% | - |
| XYZ | 37.62 | 18.89 | 42.74 | - |
| YUV | 98.17 | 171.93 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 176 | 0 | 0.90 | 0.2 | 0.14 | 313.27 | 0.83 | 0.47 |
| Hex | DC | 15 | B0 | 0 | 5A | 14 | E | 139 | 53 | 2F |
| Octal | 334 | 25 | 260 | 0 | 132 | 24 | 16 | 471 | 123 | 57 |
| Binary | 11011100 | 10101 | 10110000 | 0 | 1011010 | 10100 | 1110 | 100111001 | 1010011 | 101111 |
Color Harmonies of #DC15B0
Complementary color
Monochromatic Colors of #DC15B0
Black with #DC15B0
Text Example
Text Example
White with #DC15B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15B0; }
p { color: rgb(220,21,176); }
H1.HeaderClassName
{
color: #DC15B0;
}
.AnyTagClassName
{
color: #DC15B0;
}
</style>
background-color css
<style>
a { background-color: #DC15B0; }
a { background-color: rgb(220,21,176); }
div.DivClassName
{
background-color: #DC15B0;
}
.BgClassName
{
background-color: #DC15B0;
}
</style>
border-color css
<style>
span { border-color: #DC15B0; }
span { border-color: rgb(220,21,176); }
td.TdClassName
{
border-color: #DC15B0;
}
.TagClassName
{
border-color: #DC15B0;
}
</style>