Shades of Spicy Pink #D825AA
Tints of Spicy Pink #D825AA
RGB
CMYK
RGB Variations
Color information
#D825AA (or 0xD825AA) is known color: Spicy Pink. HEX triplet: D8, 25 and AA. RGB value is (216,37,170). Sum of RGB (Red+Green+Blue) = 216+37+170=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D825AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D825AA is #27DA55. Grayscale: #696969. Windows color (decimal): -2611798 or 11150808. OLE color: 11150808.
HSL color Cylindrical-coordinate representation of color #D825AA: hue angle of 315.42º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D825AA is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 170 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.15 |
| HSL | 315.42º | 0.71% | 0.5% | - |
| HSV(B) | 315.42º | 0.83% | 0.85% | - |
| XYZ | 36.24 | 18.82 | 39.75 | - |
| YUV | 105.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 170 | 0 | 0.83 | 0.21 | 0.15 | 315.42 | 0.71 | 0.5 |
| Hex | D8 | 25 | AA | 0 | 53 | 15 | F | 13B | 47 | 32 |
| Octal | 330 | 45 | 252 | 0 | 123 | 25 | 17 | 473 | 107 | 62 |
| Binary | 11011000 | 100101 | 10101010 | 0 | 1010011 | 10101 | 1111 | 100111011 | 1000111 | 110010 |
Color Harmonies of #D825AA
Complementary color
Monochromatic Colors of #D825AA
Black with #D825AA
Text Example
Text Example
White with #D825AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D825AA; }
p { color: rgb(216,37,170); }
H1.HeaderClassName
{
color: #D825AA;
}
.AnyTagClassName
{
color: #D825AA;
}
</style>
background-color css
<style>
a { background-color: #D825AA; }
a { background-color: rgb(216,37,170); }
div.DivClassName
{
background-color: #D825AA;
}
.BgClassName
{
background-color: #D825AA;
}
</style>
border-color css
<style>
span { border-color: #D825AA; }
span { border-color: rgb(216,37,170); }
td.TdClassName
{
border-color: #D825AA;
}
.TagClassName
{
border-color: #D825AA;
}
</style>