Shades of Spicy Pink #D726AC
Tints of Spicy Pink #D726AC
RGB
CMYK
RGB Variations
Color information
#D726AC (or 0xD726AC) is known color: Spicy Pink. HEX triplet: D7, 26 and AC. RGB value is (215,38,172). Sum of RGB (Red+Green+Blue) = 215+38+172=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D726AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D726AC is #28D953. Grayscale: #696969. Windows color (decimal): -2677076 or 11282135. OLE color: 11282135.
HSL color Cylindrical-coordinate representation of color #D726AC: hue angle of 314.58º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D726AC is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 172 | - |
| CMYK | 0 | 0.82 | 0.2 | 0.16 |
| HSL | 314.58º | 0.7% | 0.5% | - |
| HSV(B) | 314.58º | 0.82% | 0.84% | - |
| XYZ | 36.16 | 18.81 | 40.75 | - |
| YUV | 106.2 | 165.14 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 172 | 0 | 0.82 | 0.2 | 0.16 | 314.58 | 0.7 | 0.5 |
| Hex | D7 | 26 | AC | 0 | 52 | 14 | 10 | 13B | 46 | 32 |
| Octal | 327 | 46 | 254 | 0 | 122 | 24 | 20 | 473 | 106 | 62 |
| Binary | 11010111 | 100110 | 10101100 | 0 | 1010010 | 10100 | 10000 | 100111011 | 1000110 | 110010 |
Color Harmonies of #D726AC
Complementary color
Monochromatic Colors of #D726AC
Black with #D726AC
Text Example
Text Example
White with #D726AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726AC; }
p { color: rgb(215,38,172); }
H1.HeaderClassName
{
color: #D726AC;
}
.AnyTagClassName
{
color: #D726AC;
}
</style>
background-color css
<style>
a { background-color: #D726AC; }
a { background-color: rgb(215,38,172); }
div.DivClassName
{
background-color: #D726AC;
}
.BgClassName
{
background-color: #D726AC;
}
</style>
border-color css
<style>
span { border-color: #D726AC; }
span { border-color: rgb(215,38,172); }
td.TdClassName
{
border-color: #D726AC;
}
.TagClassName
{
border-color: #D726AC;
}
</style>