Shades of Shocking Pink #DC15B6
Tints of Shocking Pink #DC15B6
RGB
CMYK
RGB Variations
Color information
#DC15B6 (or 0xDC15B6) is known color: Shocking Pink. HEX triplet: DC, 15 and B6. RGB value is (220,21,182). Sum of RGB (Red+Green+Blue) = 220+21+182=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15B6 is #23EA49. Grayscale: #626262. Windows color (decimal): -2353738 or 11933148. OLE color: 11933148.
HSL color Cylindrical-coordinate representation of color #DC15B6: hue angle of 311.46º 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 #DC15B6 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 182 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.14 |
| HSL | 311.46º | 0.83% | 0.47% | - |
| HSV(B) | 311.46º | 0.9% | 0.86% | - |
| XYZ | 38.23 | 19.13 | 45.93 | - |
| YUV | 98.86 | 174.93 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 182 | 0 | 0.90 | 0.17 | 0.14 | 311.46 | 0.83 | 0.47 |
| Hex | DC | 15 | B6 | 0 | 5A | 11 | E | 137 | 53 | 2F |
| Octal | 334 | 25 | 266 | 0 | 132 | 21 | 16 | 467 | 123 | 57 |
| Binary | 11011100 | 10101 | 10110110 | 0 | 1011010 | 10001 | 1110 | 100110111 | 1010011 | 101111 |
Color Harmonies of #DC15B6
Complementary color
Monochromatic Colors of #DC15B6
Black with #DC15B6
Text Example
Text Example
White with #DC15B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC15B6; }
p { color: rgb(220,21,182); }
H1.HeaderClassName
{
color: #DC15B6;
}
.AnyTagClassName
{
color: #DC15B6;
}
</style>
background-color css
<style>
a { background-color: #DC15B6; }
a { background-color: rgb(220,21,182); }
div.DivClassName
{
background-color: #DC15B6;
}
.BgClassName
{
background-color: #DC15B6;
}
</style>
border-color css
<style>
span { border-color: #DC15B6; }
span { border-color: rgb(220,21,182); }
td.TdClassName
{
border-color: #DC15B6;
}
.TagClassName
{
border-color: #DC15B6;
}
</style>