Shades of Shocking Pink #DC22BB
Tints of Shocking Pink #DC22BB
RGB
CMYK
RGB Variations
Color information
#DC22BB (or 0xDC22BB) is known color: Shocking Pink. HEX triplet: DC, 22 and BB. RGB value is (220,34,187). Sum of RGB (Red+Green+Blue) = 220+34+187=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 34 (13.67% from 255 or 7.71% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC22BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC22BB is #23DD44. Grayscale: #6A6A6A. Windows color (decimal): -2350405 or 12264156. OLE color: 12264156.
HSL color Cylindrical-coordinate representation of color #DC22BB: hue angle of 310.65º 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 #DC22BB is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 187 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.14 |
| HSL | 310.65º | 0.73% | 0.5% | - |
| HSV(B) | 310.65º | 0.85% | 0.86% | - |
| XYZ | 39.06 | 19.95 | 48.81 | - |
| YUV | 107.06 | 173.12 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 187 | 0 | 0.85 | 0.15 | 0.14 | 310.65 | 0.73 | 0.5 |
| Hex | DC | 22 | BB | 0 | 55 | F | E | 137 | 49 | 32 |
| Octal | 334 | 42 | 273 | 0 | 125 | 17 | 16 | 467 | 111 | 62 |
| Binary | 11011100 | 100010 | 10111011 | 0 | 1010101 | 1111 | 1110 | 100110111 | 1001001 | 110010 |
Color Harmonies of #DC22BB
Complementary color
Monochromatic Colors of #DC22BB
Black with #DC22BB
Text Example
Text Example
White with #DC22BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC22BB; }
p { color: rgb(220,34,187); }
H1.HeaderClassName
{
color: #DC22BB;
}
.AnyTagClassName
{
color: #DC22BB;
}
</style>
background-color css
<style>
a { background-color: #DC22BB; }
a { background-color: rgb(220,34,187); }
div.DivClassName
{
background-color: #DC22BB;
}
.BgClassName
{
background-color: #DC22BB;
}
</style>
border-color css
<style>
span { border-color: #DC22BB; }
span { border-color: rgb(220,34,187); }
td.TdClassName
{
border-color: #DC22BB;
}
.TagClassName
{
border-color: #DC22BB;
}
</style>