Shades of Spicy Pink #D72AB2
Tints of Spicy Pink #D72AB2
RGB
CMYK
RGB Variations
Color information
#D72AB2 (or 0xD72AB2) is known color: Spicy Pink. HEX triplet: D7, 2A and B2. RGB value is (215,42,178). Sum of RGB (Red+Green+Blue) = 215+42+178=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D72AB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D72AB2 is #28D54D. Grayscale: #6C6C6C. Windows color (decimal): -2676046 or 11676375. OLE color: 11676375.
HSL color Cylindrical-coordinate representation of color #D72AB2: hue angle of 312.83º 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 #D72AB2 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 42 | 178 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.16 |
| HSL | 312.83º | 0.68% | 0.5% | - |
| HSV(B) | 312.83º | 0.8% | 0.84% | - |
| XYZ | 36.89 | 19.32 | 43.9 | - |
| YUV | 109.23 | 166.81 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 42 | 178 | 0 | 0.80 | 0.17 | 0.16 | 312.83 | 0.68 | 0.5 |
| Hex | D7 | 2A | B2 | 0 | 50 | 11 | 10 | 139 | 44 | 32 |
| Octal | 327 | 52 | 262 | 0 | 120 | 21 | 20 | 471 | 104 | 62 |
| Binary | 11010111 | 101010 | 10110010 | 0 | 1010000 | 10001 | 10000 | 100111001 | 1000100 | 110010 |
Color Harmonies of #D72AB2
Complementary color
Monochromatic Colors of #D72AB2
Black with #D72AB2
Text Example
Text Example
White with #D72AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72AB2; }
p { color: rgb(215,42,178); }
H1.HeaderClassName
{
color: #D72AB2;
}
.AnyTagClassName
{
color: #D72AB2;
}
</style>
background-color css
<style>
a { background-color: #D72AB2; }
a { background-color: rgb(215,42,178); }
div.DivClassName
{
background-color: #D72AB2;
}
.BgClassName
{
background-color: #D72AB2;
}
</style>
border-color css
<style>
span { border-color: #D72AB2; }
span { border-color: rgb(215,42,178); }
td.TdClassName
{
border-color: #D72AB2;
}
.TagClassName
{
border-color: #D72AB2;
}
</style>