Shades of Spicy Pink #D720B0
Tints of Spicy Pink #D720B0
RGB
CMYK
RGB Variations
Color information
#D720B0 (or 0xD720B0) is known color: Spicy Pink. HEX triplet: D7, 20 and B0. RGB value is (215,32,176). Sum of RGB (Red+Green+Blue) = 215+32+176=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D720B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720B0 is #28DF4F. Grayscale: #666666. Windows color (decimal): -2678608 or 11542743. OLE color: 11542743.
HSL color Cylindrical-coordinate representation of color #D720B0: hue angle of 312.79º 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 #D720B0 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 176 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.16 |
| HSL | 312.79º | 0.74% | 0.48% | - |
| HSV(B) | 312.79º | 0.85% | 0.84% | - |
| XYZ | 36.38 | 18.61 | 42.75 | - |
| YUV | 103.13 | 169.13 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 176 | 0 | 0.85 | 0.18 | 0.16 | 312.79 | 0.74 | 0.48 |
| Hex | D7 | 20 | B0 | 0 | 55 | 12 | 10 | 139 | 4A | 30 |
| Octal | 327 | 40 | 260 | 0 | 125 | 22 | 20 | 471 | 112 | 60 |
| Binary | 11010111 | 100000 | 10110000 | 0 | 1010101 | 10010 | 10000 | 100111001 | 1001010 | 110000 |
Color Harmonies of #D720B0
Complementary color
Monochromatic Colors of #D720B0
Black with #D720B0
Text Example
Text Example
White with #D720B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720B0; }
p { color: rgb(215,32,176); }
H1.HeaderClassName
{
color: #D720B0;
}
.AnyTagClassName
{
color: #D720B0;
}
</style>
background-color css
<style>
a { background-color: #D720B0; }
a { background-color: rgb(215,32,176); }
div.DivClassName
{
background-color: #D720B0;
}
.BgClassName
{
background-color: #D720B0;
}
</style>
border-color css
<style>
span { border-color: #D720B0; }
span { border-color: rgb(215,32,176); }
td.TdClassName
{
border-color: #D720B0;
}
.TagClassName
{
border-color: #D720B0;
}
</style>