Shades of Spicy Pink #D529AE
Tints of Spicy Pink #D529AE
RGB
CMYK
RGB Variations
Color information
#D529AE (or 0xD529AE) is known color: Spicy Pink. HEX triplet: D5, 29 and AE. RGB value is (213,41,174). Sum of RGB (Red+Green+Blue) = 213+41+174=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D529AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D529AE is #2AD651. Grayscale: #6B6B6B. Windows color (decimal): -2807378 or 11413973. OLE color: 11413973.
HSL color Cylindrical-coordinate representation of color #D529AE: hue angle of 313.6º 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 #D529AE is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 41 | 174 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.16 |
| HSL | 313.6º | 0.68% | 0.5% | - |
| HSV(B) | 313.6º | 0.81% | 0.84% | - |
| XYZ | 35.87 | 18.79 | 41.78 | - |
| YUV | 107.59 | 165.48 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 41 | 174 | 0 | 0.81 | 0.18 | 0.16 | 313.6 | 0.68 | 0.5 |
| Hex | D5 | 29 | AE | 0 | 51 | 12 | 10 | 13A | 44 | 32 |
| Octal | 325 | 51 | 256 | 0 | 121 | 22 | 20 | 472 | 104 | 62 |
| Binary | 11010101 | 101001 | 10101110 | 0 | 1010001 | 10010 | 10000 | 100111010 | 1000100 | 110010 |
Color Harmonies of #D529AE
Complementary color
Monochromatic Colors of #D529AE
Black with #D529AE
Text Example
Text Example
White with #D529AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D529AE; }
p { color: rgb(213,41,174); }
H1.HeaderClassName
{
color: #D529AE;
}
.AnyTagClassName
{
color: #D529AE;
}
</style>
background-color css
<style>
a { background-color: #D529AE; }
a { background-color: rgb(213,41,174); }
div.DivClassName
{
background-color: #D529AE;
}
.BgClassName
{
background-color: #D529AE;
}
</style>
border-color css
<style>
span { border-color: #D529AE; }
span { border-color: rgb(213,41,174); }
td.TdClassName
{
border-color: #D529AE;
}
.TagClassName
{
border-color: #D529AE;
}
</style>