Shades of Spicy Pink #D624AA
Tints of Spicy Pink #D624AA
RGB
CMYK
RGB Variations
Color information
#D624AA (or 0xD624AA) is known color: Spicy Pink. HEX triplet: D6, 24 and AA. RGB value is (214,36,170). Sum of RGB (Red+Green+Blue) = 214+36+170=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D624AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D624AA is #29DB55. Grayscale: #686868. Windows color (decimal): -2743126 or 11150550. OLE color: 11150550.
HSL color Cylindrical-coordinate representation of color #D624AA: hue angle of 314.83º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D624AA is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 36 | 170 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.16 |
| HSL | 314.83º | 0.71% | 0.49% | - |
| HSV(B) | 314.83º | 0.83% | 0.84% | - |
| XYZ | 35.62 | 18.46 | 39.72 | - |
| YUV | 104.5 | 164.97 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 170 | 0 | 0.83 | 0.21 | 0.16 | 314.83 | 0.71 | 0.49 |
| Hex | D6 | 24 | AA | 0 | 53 | 15 | 10 | 13B | 47 | 31 |
| Octal | 326 | 44 | 252 | 0 | 123 | 25 | 20 | 473 | 107 | 61 |
| Binary | 11010110 | 100100 | 10101010 | 0 | 1010011 | 10101 | 10000 | 100111011 | 1000111 | 110001 |
Color Harmonies of #D624AA
Complementary color
Monochromatic Colors of #D624AA
Black with #D624AA
Text Example
Text Example
White with #D624AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D624AA; }
p { color: rgb(214,36,170); }
H1.HeaderClassName
{
color: #D624AA;
}
.AnyTagClassName
{
color: #D624AA;
}
</style>
background-color css
<style>
a { background-color: #D624AA; }
a { background-color: rgb(214,36,170); }
div.DivClassName
{
background-color: #D624AA;
}
.BgClassName
{
background-color: #D624AA;
}
</style>
border-color css
<style>
span { border-color: #D624AA; }
span { border-color: rgb(214,36,170); }
td.TdClassName
{
border-color: #D624AA;
}
.TagClassName
{
border-color: #D624AA;
}
</style>