Shades of Shocking Pink #DC22BD
Tints of Shocking Pink #DC22BD
RGB
CMYK
RGB Variations
Color information
#DC22BD (or 0xDC22BD) is known color: Shocking Pink. HEX triplet: DC, 22 and BD. RGB value is (220,34,189). Sum of RGB (Red+Green+Blue) = 220+34+189=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22BD is #23DD42. Grayscale: #6A6A6A. Windows color (decimal): -2350403 or 12395228. OLE color: 12395228.
HSL color Cylindrical-coordinate representation of color #DC22BD: hue angle of 310º degrees, saturation: 0.73, 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 #DC22BD is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 189 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.14 |
| HSL | 310º | 0.73% | 0.5% | - |
| HSV(B) | 310º | 0.85% | 0.86% | - |
| XYZ | 39.27 | 20.03 | 49.94 | - |
| YUV | 107.28 | 174.12 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 189 | 0 | 0.85 | 0.14 | 0.14 | 310 | 0.73 | 0.5 |
| Hex | DC | 22 | BD | 0 | 55 | E | E | 136 | 49 | 32 |
| Octal | 334 | 42 | 275 | 0 | 125 | 16 | 16 | 466 | 111 | 62 |
| Binary | 11011100 | 100010 | 10111101 | 0 | 1010101 | 1110 | 1110 | 100110110 | 1001001 | 110010 |
Color Harmonies of #DC22BD
Complementary color
Monochromatic Colors of #DC22BD
Black with #DC22BD
Text Example
Text Example
White with #DC22BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22BD; }
p { color: rgb(220,34,189); }
H1.HeaderClassName
{
color: #DC22BD;
}
.AnyTagClassName
{
color: #DC22BD;
}
</style>
background-color css
<style>
a { background-color: #DC22BD; }
a { background-color: rgb(220,34,189); }
div.DivClassName
{
background-color: #DC22BD;
}
.BgClassName
{
background-color: #DC22BD;
}
</style>
border-color css
<style>
span { border-color: #DC22BD; }
span { border-color: rgb(220,34,189); }
td.TdClassName
{
border-color: #DC22BD;
}
.TagClassName
{
border-color: #DC22BD;
}
</style>