Shades of Spicy Pink #D620AA
Tints of Spicy Pink #D620AA
RGB
CMYK
RGB Variations
Color information
#D620AA (or 0xD620AA) is known color: Spicy Pink. HEX triplet: D6, 20 and AA. RGB value is (214,32,170). Sum of RGB (Red+Green+Blue) = 214+32+170=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D620AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D620AA is #29DF55. Grayscale: #656565. Windows color (decimal): -2744150 or 11149526. OLE color: 11149526.
HSL color Cylindrical-coordinate representation of color #D620AA: hue angle of 314.51º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D620AA is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 170 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.16 |
| HSL | 314.51º | 0.74% | 0.48% | - |
| HSV(B) | 314.51º | 0.85% | 0.84% | - |
| XYZ | 35.5 | 18.23 | 39.68 | - |
| YUV | 102.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 170 | 0 | 0.85 | 0.21 | 0.16 | 314.51 | 0.74 | 0.48 |
| Hex | D6 | 20 | AA | 0 | 55 | 15 | 10 | 13B | 4A | 30 |
| Octal | 326 | 40 | 252 | 0 | 125 | 25 | 20 | 473 | 112 | 60 |
| Binary | 11010110 | 100000 | 10101010 | 0 | 1010101 | 10101 | 10000 | 100111011 | 1001010 | 110000 |
Color Harmonies of #D620AA
Complementary color
Monochromatic Colors of #D620AA
Black with #D620AA
Text Example
Text Example
White with #D620AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620AA; }
p { color: rgb(214,32,170); }
H1.HeaderClassName
{
color: #D620AA;
}
.AnyTagClassName
{
color: #D620AA;
}
</style>
background-color css
<style>
a { background-color: #D620AA; }
a { background-color: rgb(214,32,170); }
div.DivClassName
{
background-color: #D620AA;
}
.BgClassName
{
background-color: #D620AA;
}
</style>
border-color css
<style>
span { border-color: #D620AA; }
span { border-color: rgb(214,32,170); }
td.TdClassName
{
border-color: #D620AA;
}
.TagClassName
{
border-color: #D620AA;
}
</style>