Shades of Spicy Pink #DC23B0
Tints of Spicy Pink #DC23B0
RGB
CMYK
RGB Variations
Color information
#DC23B0 (or 0xDC23B0) is known color: Spicy Pink. HEX triplet: DC, 23 and B0. RGB value is (220,35,176). Sum of RGB (Red+Green+Blue) = 220+35+176=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 176 (69.14% from 255 or 40.84% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC23B0 is #23DC4F. Grayscale: #6A6A6A. Windows color (decimal): -2350160 or 11543516. OLE color: 11543516.
HSL color Cylindrical-coordinate representation of color #DC23B0: hue angle of 314.27º 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 #DC23B0 is Cyan = 0, Magento = 0.84, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 176 | - |
| CMYK | 0 | 0.84 | 0.2 | 0.14 |
| HSL | 314.27º | 0.73% | 0.5% | - |
| HSV(B) | 314.27º | 0.84% | 0.86% | - |
| XYZ | 37.95 | 19.55 | 42.85 | - |
| YUV | 106.39 | 167.29 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 176 | 0 | 0.84 | 0.2 | 0.14 | 314.27 | 0.73 | 0.5 |
| Hex | DC | 23 | B0 | 0 | 54 | 14 | E | 13A | 49 | 32 |
| Octal | 334 | 43 | 260 | 0 | 124 | 24 | 16 | 472 | 111 | 62 |
| Binary | 11011100 | 100011 | 10110000 | 0 | 1010100 | 10100 | 1110 | 100111010 | 1001001 | 110010 |
Color Harmonies of #DC23B0
Complementary color
Monochromatic Colors of #DC23B0
Black with #DC23B0
Text Example
Text Example
White with #DC23B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23B0; }
p { color: rgb(220,35,176); }
H1.HeaderClassName
{
color: #DC23B0;
}
.AnyTagClassName
{
color: #DC23B0;
}
</style>
background-color css
<style>
a { background-color: #DC23B0; }
a { background-color: rgb(220,35,176); }
div.DivClassName
{
background-color: #DC23B0;
}
.BgClassName
{
background-color: #DC23B0;
}
</style>
border-color css
<style>
span { border-color: #DC23B0; }
span { border-color: rgb(220,35,176); }
td.TdClassName
{
border-color: #DC23B0;
}
.TagClassName
{
border-color: #DC23B0;
}
</style>