Shades of Spicy Pink #DC30B3
Tints of Spicy Pink #DC30B3
RGB
CMYK
RGB Variations
Color information
#DC30B3 (or 0xDC30B3) is known color: Spicy Pink. HEX triplet: DC, 30 and B3. RGB value is (220,48,179). Sum of RGB (Red+Green+Blue) = 220+48+179=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC30B3 is #23CF4C. Grayscale: #727272. Windows color (decimal): -2346829 or 11743452. OLE color: 11743452.
HSL color Cylindrical-coordinate representation of color #DC30B3: hue angle of 314.3º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC30B3 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 179 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.14 |
| HSL | 314.3º | 0.71% | 0.53% | - |
| HSV(B) | 314.3º | 0.78% | 0.86% | - |
| XYZ | 38.71 | 20.58 | 44.58 | - |
| YUV | 114.36 | 164.48 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 179 | 0 | 0.78 | 0.19 | 0.14 | 314.3 | 0.71 | 0.53 |
| Hex | DC | 30 | B3 | 0 | 4E | 13 | E | 13A | 47 | 35 |
| Octal | 334 | 60 | 263 | 0 | 116 | 23 | 16 | 472 | 107 | 65 |
| Binary | 11011100 | 110000 | 10110011 | 0 | 1001110 | 10011 | 1110 | 100111010 | 1000111 | 110101 |
Color Harmonies of #DC30B3
Complementary color
Monochromatic Colors of #DC30B3
Black with #DC30B3
Text Example
Text Example
White with #DC30B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30B3; }
p { color: rgb(220,48,179); }
H1.HeaderClassName
{
color: #DC30B3;
}
.AnyTagClassName
{
color: #DC30B3;
}
</style>
background-color css
<style>
a { background-color: #DC30B3; }
a { background-color: rgb(220,48,179); }
div.DivClassName
{
background-color: #DC30B3;
}
.BgClassName
{
background-color: #DC30B3;
}
</style>
border-color css
<style>
span { border-color: #DC30B3; }
span { border-color: rgb(220,48,179); }
td.TdClassName
{
border-color: #DC30B3;
}
.TagClassName
{
border-color: #DC30B3;
}
</style>