Shades of Spicy Pink #D525AD
Tints of Spicy Pink #D525AD
RGB
CMYK
RGB Variations
Color information
#D525AD (or 0xD525AD) is known color: Spicy Pink. HEX triplet: D5, 25 and AD. RGB value is (213,37,173). Sum of RGB (Red+Green+Blue) = 213+37+173=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D525AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D525AD is #2ADA52. Grayscale: #686868. Windows color (decimal): -2808403 or 11347413. OLE color: 11347413.
HSL color Cylindrical-coordinate representation of color #D525AD: hue angle of 313.64º degrees, saturation: 0.7, 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 #D525AD is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 37 | 173 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.16 |
| HSL | 313.64º | 0.7% | 0.49% | - |
| HSV(B) | 313.64º | 0.83% | 0.84% | - |
| XYZ | 35.64 | 18.49 | 41.22 | - |
| YUV | 105.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 37 | 173 | 0 | 0.83 | 0.19 | 0.16 | 313.64 | 0.7 | 0.49 |
| Hex | D5 | 25 | AD | 0 | 53 | 13 | 10 | 13A | 46 | 31 |
| Octal | 325 | 45 | 255 | 0 | 123 | 23 | 20 | 472 | 106 | 61 |
| Binary | 11010101 | 100101 | 10101101 | 0 | 1010011 | 10011 | 10000 | 100111010 | 1000110 | 110001 |
Color Harmonies of #D525AD
Complementary color
Monochromatic Colors of #D525AD
Black with #D525AD
Text Example
Text Example
White with #D525AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D525AD; }
p { color: rgb(213,37,173); }
H1.HeaderClassName
{
color: #D525AD;
}
.AnyTagClassName
{
color: #D525AD;
}
</style>
background-color css
<style>
a { background-color: #D525AD; }
a { background-color: rgb(213,37,173); }
div.DivClassName
{
background-color: #D525AD;
}
.BgClassName
{
background-color: #D525AD;
}
</style>
border-color css
<style>
span { border-color: #D525AD; }
span { border-color: rgb(213,37,173); }
td.TdClassName
{
border-color: #D525AD;
}
.TagClassName
{
border-color: #D525AD;
}
</style>