Shades of Spicy Pink #D72DB3
Tints of Spicy Pink #D72DB3
RGB
CMYK
RGB Variations
Color information
#D72DB3 (or 0xD72DB3) is known color: Spicy Pink. HEX triplet: D7, 2D and B3. RGB value is (215,45,179). Sum of RGB (Red+Green+Blue) = 215+45+179=439 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.97% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 215 - color contains mainly: red. Hex color #D72DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DB3 is #28D24C. Grayscale: #6E6E6E. Windows color (decimal): -2675277 or 11742679. OLE color: 11742679.
HSL color Cylindrical-coordinate representation of color #D72DB3: hue angle of 312.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72DB3 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 45 | 179 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.16 |
| HSL | 312.71º | 0.68% | 0.51% | - |
| HSV(B) | 312.71º | 0.79% | 0.84% | - |
| XYZ | 37.1 | 19.58 | 44.47 | - |
| YUV | 111.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 179 | 0 | 0.79 | 0.17 | 0.16 | 312.71 | 0.68 | 0.51 |
| Hex | D7 | 2D | B3 | 0 | 4F | 11 | 10 | 139 | 44 | 33 |
| Octal | 327 | 55 | 263 | 0 | 117 | 21 | 20 | 471 | 104 | 63 |
| Binary | 11010111 | 101101 | 10110011 | 0 | 1001111 | 10001 | 10000 | 100111001 | 1000100 | 110011 |
Color Harmonies of #D72DB3
Complementary color
Monochromatic Colors of #D72DB3
Black with #D72DB3
Text Example
Text Example
White with #D72DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72DB3; }
p { color: rgb(215,45,179); }
H1.HeaderClassName
{
color: #D72DB3;
}
.AnyTagClassName
{
color: #D72DB3;
}
</style>
background-color css
<style>
a { background-color: #D72DB3; }
a { background-color: rgb(215,45,179); }
div.DivClassName
{
background-color: #D72DB3;
}
.BgClassName
{
background-color: #D72DB3;
}
</style>
border-color css
<style>
span { border-color: #D72DB3; }
span { border-color: rgb(215,45,179); }
td.TdClassName
{
border-color: #D72DB3;
}
.TagClassName
{
border-color: #D72DB3;
}
</style>