Shades of Spicy Pink #D72AB4
Tints of Spicy Pink #D72AB4
RGB
CMYK
RGB Variations
Color information
#D72AB4 (or 0xD72AB4) is known color: Spicy Pink. HEX triplet: D7, 2A and B4. RGB value is (215,42,180). Sum of RGB (Red+Green+Blue) = 215+42+180=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72AB4 is #28D54B. Grayscale: #6D6D6D. Windows color (decimal): -2676044 or 11807447. OLE color: 11807447.
HSL color Cylindrical-coordinate representation of color #D72AB4: hue angle of 312.14º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72AB4 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 180 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.16 |
| HSL | 312.14º | 0.68% | 0.5% | - |
| HSV(B) | 312.14º | 0.8% | 0.84% | - |
| XYZ | 37.09 | 19.4 | 44.97 | - |
| YUV | 109.46 | 167.81 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 180 | 0 | 0.80 | 0.16 | 0.16 | 312.14 | 0.68 | 0.5 |
| Hex | D7 | 2A | B4 | 0 | 50 | 10 | 10 | 138 | 44 | 32 |
| Octal | 327 | 52 | 264 | 0 | 120 | 20 | 20 | 470 | 104 | 62 |
| Binary | 11010111 | 101010 | 10110100 | 0 | 1010000 | 10000 | 10000 | 100111000 | 1000100 | 110010 |
Color Harmonies of #D72AB4
Complementary color
Monochromatic Colors of #D72AB4
Black with #D72AB4
Text Example
Text Example
White with #D72AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72AB4; }
p { color: rgb(215,42,180); }
H1.HeaderClassName
{
color: #D72AB4;
}
.AnyTagClassName
{
color: #D72AB4;
}
</style>
background-color css
<style>
a { background-color: #D72AB4; }
a { background-color: rgb(215,42,180); }
div.DivClassName
{
background-color: #D72AB4;
}
.BgClassName
{
background-color: #D72AB4;
}
</style>
border-color css
<style>
span { border-color: #D72AB4; }
span { border-color: rgb(215,42,180); }
td.TdClassName
{
border-color: #D72AB4;
}
.TagClassName
{
border-color: #D72AB4;
}
</style>