Shades of Shocking Pink #DC15B2
Tints of Shocking Pink #DC15B2
RGB
CMYK
RGB Variations
Color information
#DC15B2 (or 0xDC15B2) is known color: Shocking Pink. HEX triplet: DC, 15 and B2. RGB value is (220,21,178). Sum of RGB (Red+Green+Blue) = 220+21+178=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC15B2 is #23EA4D. Grayscale: #616161. Windows color (decimal): -2353742 or 11671004. OLE color: 11671004.
HSL color Cylindrical-coordinate representation of color #DC15B2: hue angle of 312.66º 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 #DC15B2 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 178 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.14 |
| HSL | 312.66º | 0.83% | 0.47% | - |
| HSV(B) | 312.66º | 0.9% | 0.86% | - |
| XYZ | 37.82 | 18.97 | 43.79 | - |
| YUV | 98.4 | 172.93 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 178 | 0 | 0.90 | 0.19 | 0.14 | 312.66 | 0.83 | 0.47 |
| Hex | DC | 15 | B2 | 0 | 5A | 13 | E | 139 | 53 | 2F |
| Octal | 334 | 25 | 262 | 0 | 132 | 23 | 16 | 471 | 123 | 57 |
| Binary | 11011100 | 10101 | 10110010 | 0 | 1011010 | 10011 | 1110 | 100111001 | 1010011 | 101111 |
Color Harmonies of #DC15B2
Complementary color
Monochromatic Colors of #DC15B2
Black with #DC15B2
Text Example
Text Example
White with #DC15B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15B2; }
p { color: rgb(220,21,178); }
H1.HeaderClassName
{
color: #DC15B2;
}
.AnyTagClassName
{
color: #DC15B2;
}
</style>
background-color css
<style>
a { background-color: #DC15B2; }
a { background-color: rgb(220,21,178); }
div.DivClassName
{
background-color: #DC15B2;
}
.BgClassName
{
background-color: #DC15B2;
}
</style>
border-color css
<style>
span { border-color: #DC15B2; }
span { border-color: rgb(220,21,178); }
td.TdClassName
{
border-color: #DC15B2;
}
.TagClassName
{
border-color: #DC15B2;
}
</style>