Shades of Shocking Pink #DC15B8
Tints of Shocking Pink #DC15B8
RGB
CMYK
RGB Variations
Color information
#DC15B8 (or 0xDC15B8) is known color: Shocking Pink. HEX triplet: DC, 15 and B8. RGB value is (220,21,184). Sum of RGB (Red+Green+Blue) = 220+21+184=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 21 (8.59% from 255 or 4.94% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15B8 is #23EA47. Grayscale: #626262. Windows color (decimal): -2353736 or 12064220. OLE color: 12064220.
HSL color Cylindrical-coordinate representation of color #DC15B8: hue angle of 310.85º 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 #DC15B8 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 184 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.14 |
| HSL | 310.85º | 0.83% | 0.47% | - |
| HSV(B) | 310.85º | 0.9% | 0.86% | - |
| XYZ | 38.44 | 19.21 | 47.03 | - |
| YUV | 99.08 | 175.93 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 184 | 0 | 0.90 | 0.16 | 0.14 | 310.85 | 0.83 | 0.47 |
| Hex | DC | 15 | B8 | 0 | 5A | 10 | E | 137 | 53 | 2F |
| Octal | 334 | 25 | 270 | 0 | 132 | 20 | 16 | 467 | 123 | 57 |
| Binary | 11011100 | 10101 | 10111000 | 0 | 1011010 | 10000 | 1110 | 100110111 | 1010011 | 101111 |
Color Harmonies of #DC15B8
Complementary color
Monochromatic Colors of #DC15B8
Black with #DC15B8
Text Example
Text Example
White with #DC15B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15B8; }
p { color: rgb(220,21,184); }
H1.HeaderClassName
{
color: #DC15B8;
}
.AnyTagClassName
{
color: #DC15B8;
}
</style>
background-color css
<style>
a { background-color: #DC15B8; }
a { background-color: rgb(220,21,184); }
div.DivClassName
{
background-color: #DC15B8;
}
.BgClassName
{
background-color: #DC15B8;
}
</style>
border-color css
<style>
span { border-color: #DC15B8; }
span { border-color: rgb(220,21,184); }
td.TdClassName
{
border-color: #DC15B8;
}
.TagClassName
{
border-color: #DC15B8;
}
</style>