Shades of Spicy Pink #DC23B2
Tints of Spicy Pink #DC23B2
RGB
CMYK
RGB Variations
Color information
#DC23B2 (or 0xDC23B2) is known color: Spicy Pink. HEX triplet: DC, 23 and B2. RGB value is (220,35,178). Sum of RGB (Red+Green+Blue) = 220+35+178=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 178 (69.92% from 255 or 41.11% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC23B2 is #23DC4D. Grayscale: #6A6A6A. Windows color (decimal): -2350158 or 11674588. OLE color: 11674588.
HSL color Cylindrical-coordinate representation of color #DC23B2: hue angle of 313.62º 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 #DC23B2 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 178 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.14 |
| HSL | 313.62º | 0.73% | 0.5% | - |
| HSV(B) | 313.62º | 0.84% | 0.86% | - |
| XYZ | 38.15 | 19.63 | 43.9 | - |
| YUV | 106.62 | 168.29 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 178 | 0 | 0.84 | 0.19 | 0.14 | 313.62 | 0.73 | 0.5 |
| Hex | DC | 23 | B2 | 0 | 54 | 13 | E | 13A | 49 | 32 |
| Octal | 334 | 43 | 262 | 0 | 124 | 23 | 16 | 472 | 111 | 62 |
| Binary | 11011100 | 100011 | 10110010 | 0 | 1010100 | 10011 | 1110 | 100111010 | 1001001 | 110010 |
Color Harmonies of #DC23B2
Complementary color
Monochromatic Colors of #DC23B2
Black with #DC23B2
Text Example
Text Example
White with #DC23B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23B2; }
p { color: rgb(220,35,178); }
H1.HeaderClassName
{
color: #DC23B2;
}
.AnyTagClassName
{
color: #DC23B2;
}
</style>
background-color css
<style>
a { background-color: #DC23B2; }
a { background-color: rgb(220,35,178); }
div.DivClassName
{
background-color: #DC23B2;
}
.BgClassName
{
background-color: #DC23B2;
}
</style>
border-color css
<style>
span { border-color: #DC23B2; }
span { border-color: rgb(220,35,178); }
td.TdClassName
{
border-color: #DC23B2;
}
.TagClassName
{
border-color: #DC23B2;
}
</style>