Shades of Spicy Pink #D620AE
Tints of Spicy Pink #D620AE
RGB
CMYK
RGB Variations
Color information
#D620AE (or 0xD620AE) is known color: Spicy Pink. HEX triplet: D6, 20 and AE. RGB value is (214,32,174). Sum of RGB (Red+Green+Blue) = 214+32+174=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D620AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D620AE is #29DF51. Grayscale: #666666. Windows color (decimal): -2744146 or 11411670. OLE color: 11411670.
HSL color Cylindrical-coordinate representation of color #D620AE: hue angle of 313.19º 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 #D620AE is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 174 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.16 |
| HSL | 313.19º | 0.74% | 0.48% | - |
| HSV(B) | 313.19º | 0.85% | 0.84% | - |
| XYZ | 35.89 | 18.39 | 41.7 | - |
| YUV | 102.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 174 | 0 | 0.85 | 0.19 | 0.16 | 313.19 | 0.74 | 0.48 |
| Hex | D6 | 20 | AE | 0 | 55 | 13 | 10 | 139 | 4A | 30 |
| Octal | 326 | 40 | 256 | 0 | 125 | 23 | 20 | 471 | 112 | 60 |
| Binary | 11010110 | 100000 | 10101110 | 0 | 1010101 | 10011 | 10000 | 100111001 | 1001010 | 110000 |
Color Harmonies of #D620AE
Complementary color
Monochromatic Colors of #D620AE
Black with #D620AE
Text Example
Text Example
White with #D620AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D620AE; }
p { color: rgb(214,32,174); }
H1.HeaderClassName
{
color: #D620AE;
}
.AnyTagClassName
{
color: #D620AE;
}
</style>
background-color css
<style>
a { background-color: #D620AE; }
a { background-color: rgb(214,32,174); }
div.DivClassName
{
background-color: #D620AE;
}
.BgClassName
{
background-color: #D620AE;
}
</style>
border-color css
<style>
span { border-color: #D620AE; }
span { border-color: rgb(214,32,174); }
td.TdClassName
{
border-color: #D620AE;
}
.TagClassName
{
border-color: #D620AE;
}
</style>