Shades of Spicy Pink #DC1EB2
Tints of Spicy Pink #DC1EB2
RGB
CMYK
RGB Variations
Color information
#DC1EB2 (or 0xDC1EB2) is known color: Spicy Pink. HEX triplet: DC, 1E and B2. RGB value is (220,30,178). Sum of RGB (Red+Green+Blue) = 220+30+178=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1EB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1EB2 is #23E14D. Grayscale: #676767. Windows color (decimal): -2351438 or 11673308. OLE color: 11673308.
HSL color Cylindrical-coordinate representation of color #DC1EB2: hue angle of 313.26º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1EB2 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 178 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.14 |
| HSL | 313.26º | 0.76% | 0.49% | - |
| HSV(B) | 313.26º | 0.86% | 0.86% | - |
| XYZ | 38.02 | 19.36 | 43.85 | - |
| YUV | 103.68 | 169.95 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 178 | 0 | 0.86 | 0.19 | 0.14 | 313.26 | 0.76 | 0.49 |
| Hex | DC | 1E | B2 | 0 | 56 | 13 | E | 139 | 4C | 31 |
| Octal | 334 | 36 | 262 | 0 | 126 | 23 | 16 | 471 | 114 | 61 |
| Binary | 11011100 | 11110 | 10110010 | 0 | 1010110 | 10011 | 1110 | 100111001 | 1001100 | 110001 |
Color Harmonies of #DC1EB2
Complementary color
Monochromatic Colors of #DC1EB2
Black with #DC1EB2
Text Example
Text Example
White with #DC1EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EB2; }
p { color: rgb(220,30,178); }
H1.HeaderClassName
{
color: #DC1EB2;
}
.AnyTagClassName
{
color: #DC1EB2;
}
</style>
background-color css
<style>
a { background-color: #DC1EB2; }
a { background-color: rgb(220,30,178); }
div.DivClassName
{
background-color: #DC1EB2;
}
.BgClassName
{
background-color: #DC1EB2;
}
</style>
border-color css
<style>
span { border-color: #DC1EB2; }
span { border-color: rgb(220,30,178); }
td.TdClassName
{
border-color: #DC1EB2;
}
.TagClassName
{
border-color: #DC1EB2;
}
</style>