Shades of Spicy Pink #DC23B3
Tints of Spicy Pink #DC23B3
RGB
CMYK
RGB Variations
Color information
#DC23B3 (or 0xDC23B3) is known color: Spicy Pink. HEX triplet: DC, 23 and B3. RGB value is (220,35,179). Sum of RGB (Red+Green+Blue) = 220+35+179=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23B3 is #23DC4C. Grayscale: #6A6A6A. Windows color (decimal): -2350157 or 11740124. OLE color: 11740124.
HSL color Cylindrical-coordinate representation of color #DC23B3: hue angle of 313.3º 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 #DC23B3 is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 179 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.14 |
| HSL | 313.3º | 0.73% | 0.5% | - |
| HSV(B) | 313.3º | 0.84% | 0.86% | - |
| XYZ | 38.25 | 19.67 | 44.43 | - |
| YUV | 106.73 | 168.79 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 179 | 0 | 0.84 | 0.19 | 0.14 | 313.3 | 0.73 | 0.5 |
| Hex | DC | 23 | B3 | 0 | 54 | 13 | E | 139 | 49 | 32 |
| Octal | 334 | 43 | 263 | 0 | 124 | 23 | 16 | 471 | 111 | 62 |
| Binary | 11011100 | 100011 | 10110011 | 0 | 1010100 | 10011 | 1110 | 100111001 | 1001001 | 110010 |
Color Harmonies of #DC23B3
Complementary color
Monochromatic Colors of #DC23B3
Black with #DC23B3
Text Example
Text Example
White with #DC23B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23B3; }
p { color: rgb(220,35,179); }
H1.HeaderClassName
{
color: #DC23B3;
}
.AnyTagClassName
{
color: #DC23B3;
}
</style>
background-color css
<style>
a { background-color: #DC23B3; }
a { background-color: rgb(220,35,179); }
div.DivClassName
{
background-color: #DC23B3;
}
.BgClassName
{
background-color: #DC23B3;
}
</style>
border-color css
<style>
span { border-color: #DC23B3; }
span { border-color: rgb(220,35,179); }
td.TdClassName
{
border-color: #DC23B3;
}
.TagClassName
{
border-color: #DC23B3;
}
</style>