Shades of Spicy Pink #D529AF
Tints of Spicy Pink #D529AF
RGB
CMYK
RGB Variations
Color information
#D529AF (or 0xD529AF) is known color: Spicy Pink. HEX triplet: D5, 29 and AF. RGB value is (213,41,175). Sum of RGB (Red+Green+Blue) = 213+41+175=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D529AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D529AF is #2AD650. Grayscale: #6B6B6B. Windows color (decimal): -2807377 or 11479509. OLE color: 11479509.
HSL color Cylindrical-coordinate representation of color #D529AF: hue angle of 313.26º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D529AF is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 175 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.16 |
| HSL | 313.26º | 0.68% | 0.5% | - |
| HSV(B) | 313.26º | 0.81% | 0.84% | - |
| XYZ | 35.97 | 18.83 | 42.3 | - |
| YUV | 107.7 | 165.98 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 175 | 0 | 0.81 | 0.18 | 0.16 | 313.26 | 0.68 | 0.5 |
| Hex | D5 | 29 | AF | 0 | 51 | 12 | 10 | 139 | 44 | 32 |
| Octal | 325 | 51 | 257 | 0 | 121 | 22 | 20 | 471 | 104 | 62 |
| Binary | 11010101 | 101001 | 10101111 | 0 | 1010001 | 10010 | 10000 | 100111001 | 1000100 | 110010 |
Color Harmonies of #D529AF
Complementary color
Monochromatic Colors of #D529AF
Black with #D529AF
Text Example
Text Example
White with #D529AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529AF; }
p { color: rgb(213,41,175); }
H1.HeaderClassName
{
color: #D529AF;
}
.AnyTagClassName
{
color: #D529AF;
}
</style>
background-color css
<style>
a { background-color: #D529AF; }
a { background-color: rgb(213,41,175); }
div.DivClassName
{
background-color: #D529AF;
}
.BgClassName
{
background-color: #D529AF;
}
</style>
border-color css
<style>
span { border-color: #D529AF; }
span { border-color: rgb(213,41,175); }
td.TdClassName
{
border-color: #D529AF;
}
.TagClassName
{
border-color: #D529AF;
}
</style>