Shades of Spicy Pink #D726AF
Tints of Spicy Pink #D726AF
RGB
CMYK
RGB Variations
Color information
#D726AF (or 0xD726AF) is known color: Spicy Pink. HEX triplet: D7, 26 and AF. RGB value is (215,38,175). Sum of RGB (Red+Green+Blue) = 215+38+175=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D726AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D726AF is #28D950. Grayscale: #6A6A6A. Windows color (decimal): -2677073 or 11478743. OLE color: 11478743.
HSL color Cylindrical-coordinate representation of color #D726AF: hue angle of 313.56º 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 #D726AF is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 38 | 175 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.16 |
| HSL | 313.56º | 0.7% | 0.5% | - |
| HSV(B) | 313.56º | 0.82% | 0.84% | - |
| XYZ | 36.46 | 18.93 | 42.29 | - |
| YUV | 106.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 175 | 0 | 0.82 | 0.19 | 0.16 | 313.56 | 0.7 | 0.5 |
| Hex | D7 | 26 | AF | 0 | 52 | 13 | 10 | 13A | 46 | 32 |
| Octal | 327 | 46 | 257 | 0 | 122 | 23 | 20 | 472 | 106 | 62 |
| Binary | 11010111 | 100110 | 10101111 | 0 | 1010010 | 10011 | 10000 | 100111010 | 1000110 | 110010 |
Color Harmonies of #D726AF
Complementary color
Monochromatic Colors of #D726AF
Black with #D726AF
Text Example
Text Example
White with #D726AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726AF; }
p { color: rgb(215,38,175); }
H1.HeaderClassName
{
color: #D726AF;
}
.AnyTagClassName
{
color: #D726AF;
}
</style>
background-color css
<style>
a { background-color: #D726AF; }
a { background-color: rgb(215,38,175); }
div.DivClassName
{
background-color: #D726AF;
}
.BgClassName
{
background-color: #D726AF;
}
</style>
border-color css
<style>
span { border-color: #D726AF; }
span { border-color: rgb(215,38,175); }
td.TdClassName
{
border-color: #D726AF;
}
.TagClassName
{
border-color: #D726AF;
}
</style>