Shades of Shocking Pink #DC20BE
Tints of Shocking Pink #DC20BE
RGB
CMYK
RGB Variations
Color information
#DC20BE (or 0xDC20BE) is known color: Shocking Pink. HEX triplet: DC, 20 and BE. RGB value is (220,32,190). Sum of RGB (Red+Green+Blue) = 220+32+190=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 32 (12.89% from 255 or 7.24% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC20BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC20BE is #23DF41. Grayscale: #696969. Windows color (decimal): -2350914 or 12460252. OLE color: 12460252.
HSL color Cylindrical-coordinate representation of color #DC20BE: hue angle of 309.57º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC20BE is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 190 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.14 |
| HSL | 309.57º | 0.75% | 0.49% | - |
| HSV(B) | 309.57º | 0.85% | 0.86% | - |
| XYZ | 39.33 | 19.97 | 50.5 | - |
| YUV | 106.22 | 175.28 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 190 | 0 | 0.85 | 0.14 | 0.14 | 309.57 | 0.75 | 0.49 |
| Hex | DC | 20 | BE | 0 | 55 | E | E | 136 | 4B | 31 |
| Octal | 334 | 40 | 276 | 0 | 125 | 16 | 16 | 466 | 113 | 61 |
| Binary | 11011100 | 100000 | 10111110 | 0 | 1010101 | 1110 | 1110 | 100110110 | 1001011 | 110001 |
Color Harmonies of #DC20BE
Complementary color
Monochromatic Colors of #DC20BE
Black with #DC20BE
Text Example
Text Example
White with #DC20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC20BE; }
p { color: rgb(220,32,190); }
H1.HeaderClassName
{
color: #DC20BE;
}
.AnyTagClassName
{
color: #DC20BE;
}
</style>
background-color css
<style>
a { background-color: #DC20BE; }
a { background-color: rgb(220,32,190); }
div.DivClassName
{
background-color: #DC20BE;
}
.BgClassName
{
background-color: #DC20BE;
}
</style>
border-color css
<style>
span { border-color: #DC20BE; }
span { border-color: rgb(220,32,190); }
td.TdClassName
{
border-color: #DC20BE;
}
.TagClassName
{
border-color: #DC20BE;
}
</style>