Shades of Spicy Pink #DC1DAE
Tints of Spicy Pink #DC1DAE
RGB
CMYK
RGB Variations
Color information
#DC1DAE (or 0xDC1DAE) is known color: Spicy Pink. HEX triplet: DC, 1D and AE. RGB value is (220,29,174). Sum of RGB (Red+Green+Blue) = 220+29+174=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1DAE is #23E251. Grayscale: #666666. Windows color (decimal): -2351698 or 11410908. OLE color: 11410908.
HSL color Cylindrical-coordinate representation of color #DC1DAE: hue angle of 314.45º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1DAE is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 29 | 174 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.14 |
| HSL | 314.45º | 0.77% | 0.49% | - |
| HSV(B) | 314.45º | 0.87% | 0.86% | - |
| XYZ | 37.59 | 19.15 | 41.76 | - |
| YUV | 102.64 | 168.28 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 29 | 174 | 0 | 0.87 | 0.21 | 0.14 | 314.45 | 0.77 | 0.49 |
| Hex | DC | 1D | AE | 0 | 57 | 15 | E | 13A | 4D | 31 |
| Octal | 334 | 35 | 256 | 0 | 127 | 25 | 16 | 472 | 115 | 61 |
| Binary | 11011100 | 11101 | 10101110 | 0 | 1010111 | 10101 | 1110 | 100111010 | 1001101 | 110001 |
Color Harmonies of #DC1DAE
Complementary color
Monochromatic Colors of #DC1DAE
Black with #DC1DAE
Text Example
Text Example
White with #DC1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1DAE; }
p { color: rgb(220,29,174); }
H1.HeaderClassName
{
color: #DC1DAE;
}
.AnyTagClassName
{
color: #DC1DAE;
}
</style>
background-color css
<style>
a { background-color: #DC1DAE; }
a { background-color: rgb(220,29,174); }
div.DivClassName
{
background-color: #DC1DAE;
}
.BgClassName
{
background-color: #DC1DAE;
}
</style>
border-color css
<style>
span { border-color: #DC1DAE; }
span { border-color: rgb(220,29,174); }
td.TdClassName
{
border-color: #DC1DAE;
}
.TagClassName
{
border-color: #DC1DAE;
}
</style>