Shades of Shocking Pink #DC23B7
Tints of Shocking Pink #DC23B7
RGB
CMYK
RGB Variations
Color information
#DC23B7 (or 0xDC23B7) is known color: Shocking Pink. HEX triplet: DC, 23 and B7. RGB value is (220,35,183). Sum of RGB (Red+Green+Blue) = 220+35+183=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 35 (14.06% from 255 or 7.99% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23B7 is #23DC48. Grayscale: #6A6A6A. Windows color (decimal): -2350153 or 12002268. OLE color: 12002268.
HSL color Cylindrical-coordinate representation of color #DC23B7: hue angle of 312º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC23B7 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 183 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.14 |
| HSL | 312º | 0.73% | 0.5% | - |
| HSV(B) | 312º | 0.84% | 0.86% | - |
| XYZ | 38.66 | 19.84 | 46.59 | - |
| YUV | 107.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 183 | 0 | 0.84 | 0.17 | 0.14 | 312 | 0.73 | 0.5 |
| Hex | DC | 23 | B7 | 0 | 54 | 11 | E | 138 | 49 | 32 |
| Octal | 334 | 43 | 267 | 0 | 124 | 21 | 16 | 470 | 111 | 62 |
| Binary | 11011100 | 100011 | 10110111 | 0 | 1010100 | 10001 | 1110 | 100111000 | 1001001 | 110010 |
Color Harmonies of #DC23B7
Complementary color
Monochromatic Colors of #DC23B7
Black with #DC23B7
Text Example
Text Example
White with #DC23B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23B7; }
p { color: rgb(220,35,183); }
H1.HeaderClassName
{
color: #DC23B7;
}
.AnyTagClassName
{
color: #DC23B7;
}
</style>
background-color css
<style>
a { background-color: #DC23B7; }
a { background-color: rgb(220,35,183); }
div.DivClassName
{
background-color: #DC23B7;
}
.BgClassName
{
background-color: #DC23B7;
}
</style>
border-color css
<style>
span { border-color: #DC23B7; }
span { border-color: rgb(220,35,183); }
td.TdClassName
{
border-color: #DC23B7;
}
.TagClassName
{
border-color: #DC23B7;
}
</style>