Shades of Spicy Pink #D725AC
Tints of Spicy Pink #D725AC
RGB
CMYK
RGB Variations
Color information
#D725AC (or 0xD725AC) is known color: Spicy Pink. HEX triplet: D7, 25 and AC. RGB value is (215,37,172). Sum of RGB (Red+Green+Blue) = 215+37+172=424 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.71% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 215 - color contains mainly: red. Hex color #D725AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D725AC is #28DA53. Grayscale: #696969. Windows color (decimal): -2677332 or 11281879. OLE color: 11281879.
HSL color Cylindrical-coordinate representation of color #D725AC: hue angle of 314.49º 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 #D725AC is Cyan = 0, Magento = 0.83, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 37 | 172 | - |
| CMYK | 0 | 0.83 | 0.2 | 0.16 |
| HSL | 314.49º | 0.71% | 0.49% | - |
| HSV(B) | 314.49º | 0.83% | 0.84% | - |
| XYZ | 36.13 | 18.75 | 40.74 | - |
| YUV | 105.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 172 | 0 | 0.83 | 0.2 | 0.16 | 314.49 | 0.71 | 0.49 |
| Hex | D7 | 25 | AC | 0 | 53 | 14 | 10 | 13A | 47 | 31 |
| Octal | 327 | 45 | 254 | 0 | 123 | 24 | 20 | 472 | 107 | 61 |
| Binary | 11010111 | 100101 | 10101100 | 0 | 1010011 | 10100 | 10000 | 100111010 | 1000111 | 110001 |
Color Harmonies of #D725AC
Complementary color
Monochromatic Colors of #D725AC
Black with #D725AC
Text Example
Text Example
White with #D725AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D725AC; }
p { color: rgb(215,37,172); }
H1.HeaderClassName
{
color: #D725AC;
}
.AnyTagClassName
{
color: #D725AC;
}
</style>
background-color css
<style>
a { background-color: #D725AC; }
a { background-color: rgb(215,37,172); }
div.DivClassName
{
background-color: #D725AC;
}
.BgClassName
{
background-color: #D725AC;
}
</style>
border-color css
<style>
span { border-color: #D725AC; }
span { border-color: rgb(215,37,172); }
td.TdClassName
{
border-color: #D725AC;
}
.TagClassName
{
border-color: #D725AC;
}
</style>