Shades of Shocking Pink #DC21B7
Tints of Shocking Pink #DC21B7
RGB
CMYK
RGB Variations
Color information
#DC21B7 (or 0xDC21B7) is known color: Shocking Pink. HEX triplet: DC, 21 and B7. RGB value is (220,33,183). Sum of RGB (Red+Green+Blue) = 220+33+183=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC21B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC21B7 is #23DE48. Grayscale: #696969. Windows color (decimal): -2350665 or 12001756. OLE color: 12001756.
HSL color Cylindrical-coordinate representation of color #DC21B7: hue angle of 311.87º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC21B7 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 183 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.14 |
| HSL | 311.87º | 0.74% | 0.5% | - |
| HSV(B) | 311.87º | 0.85% | 0.86% | - |
| XYZ | 38.61 | 19.72 | 46.57 | - |
| YUV | 106.01 | 171.45 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 183 | 0 | 0.85 | 0.17 | 0.14 | 311.87 | 0.74 | 0.5 |
| Hex | DC | 21 | B7 | 0 | 55 | 11 | E | 138 | 4A | 32 |
| Octal | 334 | 41 | 267 | 0 | 125 | 21 | 16 | 470 | 112 | 62 |
| Binary | 11011100 | 100001 | 10110111 | 0 | 1010101 | 10001 | 1110 | 100111000 | 1001010 | 110010 |
Color Harmonies of #DC21B7
Complementary color
Monochromatic Colors of #DC21B7
Black with #DC21B7
Text Example
Text Example
White with #DC21B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC21B7; }
p { color: rgb(220,33,183); }
H1.HeaderClassName
{
color: #DC21B7;
}
.AnyTagClassName
{
color: #DC21B7;
}
</style>
background-color css
<style>
a { background-color: #DC21B7; }
a { background-color: rgb(220,33,183); }
div.DivClassName
{
background-color: #DC21B7;
}
.BgClassName
{
background-color: #DC21B7;
}
</style>
border-color css
<style>
span { border-color: #DC21B7; }
span { border-color: rgb(220,33,183); }
td.TdClassName
{
border-color: #DC21B7;
}
.TagClassName
{
border-color: #DC21B7;
}
</style>