Shades of Spicy Pink #D72FB4
Tints of Spicy Pink #D72FB4
RGB
CMYK
RGB Variations
Color information
#D72FB4 (or 0xD72FB4) is known color: Spicy Pink. HEX triplet: D7, 2F and B4. RGB value is (215,47,180). Sum of RGB (Red+Green+Blue) = 215+47+180=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D72FB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FB4 is #28D04B. Grayscale: #707070. Windows color (decimal): -2674764 or 11808727. OLE color: 11808727.
HSL color Cylindrical-coordinate representation of color #D72FB4: hue angle of 312.5º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D72FB4 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 47 | 180 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.16 |
| HSL | 312.5º | 0.68% | 0.51% | - |
| HSV(B) | 312.5º | 0.78% | 0.84% | - |
| XYZ | 37.28 | 19.78 | 45.03 | - |
| YUV | 112.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 180 | 0 | 0.78 | 0.16 | 0.16 | 312.5 | 0.68 | 0.51 |
| Hex | D7 | 2F | B4 | 0 | 4E | 10 | 10 | 138 | 44 | 33 |
| Octal | 327 | 57 | 264 | 0 | 116 | 20 | 20 | 470 | 104 | 63 |
| Binary | 11010111 | 101111 | 10110100 | 0 | 1001110 | 10000 | 10000 | 100111000 | 1000100 | 110011 |
Color Harmonies of #D72FB4
Complementary color
Monochromatic Colors of #D72FB4
Black with #D72FB4
Text Example
Text Example
White with #D72FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72FB4; }
p { color: rgb(215,47,180); }
H1.HeaderClassName
{
color: #D72FB4;
}
.AnyTagClassName
{
color: #D72FB4;
}
</style>
background-color css
<style>
a { background-color: #D72FB4; }
a { background-color: rgb(215,47,180); }
div.DivClassName
{
background-color: #D72FB4;
}
.BgClassName
{
background-color: #D72FB4;
}
</style>
border-color css
<style>
span { border-color: #D72FB4; }
span { border-color: rgb(215,47,180); }
td.TdClassName
{
border-color: #D72FB4;
}
.TagClassName
{
border-color: #D72FB4;
}
</style>