Shades of Spicy Pink #D724AC
Tints of Spicy Pink #D724AC
RGB
CMYK
RGB Variations
Color information
#D724AC (or 0xD724AC) is known color: Spicy Pink. HEX triplet: D7, 24 and AC. RGB value is (215,36,172). Sum of RGB (Red+Green+Blue) = 215+36+172=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D724AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D724AC is #28DB53. Grayscale: #686868. Windows color (decimal): -2677588 or 11281623. OLE color: 11281623.
HSL color Cylindrical-coordinate representation of color #D724AC: hue angle of 314.41º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D724AC is Cyan = 0, Magento = 0.83, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 36 | 172 | - |
| CMYK | 0 | 0.83 | 0.2 | 0.16 |
| HSL | 314.41º | 0.71% | 0.49% | - |
| HSV(B) | 314.41º | 0.83% | 0.84% | - |
| XYZ | 36.1 | 18.69 | 40.73 | - |
| YUV | 105.03 | 165.8 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 172 | 0 | 0.83 | 0.2 | 0.16 | 314.41 | 0.71 | 0.49 |
| Hex | D7 | 24 | AC | 0 | 53 | 14 | 10 | 13A | 47 | 31 |
| Octal | 327 | 44 | 254 | 0 | 123 | 24 | 20 | 472 | 107 | 61 |
| Binary | 11010111 | 100100 | 10101100 | 0 | 1010011 | 10100 | 10000 | 100111010 | 1000111 | 110001 |
Color Harmonies of #D724AC
Complementary color
Monochromatic Colors of #D724AC
Black with #D724AC
Text Example
Text Example
White with #D724AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D724AC; }
p { color: rgb(215,36,172); }
H1.HeaderClassName
{
color: #D724AC;
}
.AnyTagClassName
{
color: #D724AC;
}
</style>
background-color css
<style>
a { background-color: #D724AC; }
a { background-color: rgb(215,36,172); }
div.DivClassName
{
background-color: #D724AC;
}
.BgClassName
{
background-color: #D724AC;
}
</style>
border-color css
<style>
span { border-color: #D724AC; }
span { border-color: rgb(215,36,172); }
td.TdClassName
{
border-color: #D724AC;
}
.TagClassName
{
border-color: #D724AC;
}
</style>