Shades of Spicy Pink #D925AF
Tints of Spicy Pink #D925AF
RGB
CMYK
RGB Variations
Color information
#D925AF (or 0xD925AF) is known color: Spicy Pink. HEX triplet: D9, 25 and AF. RGB value is (217,37,175). Sum of RGB (Red+Green+Blue) = 217+37+175=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D925AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D925AF is #26DA50. Grayscale: #6A6A6A. Windows color (decimal): -2546257 or 11478489. OLE color: 11478489.
HSL color Cylindrical-coordinate representation of color #D925AF: hue angle of 314º 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 #D925AF is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 175 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.15 |
| HSL | 314º | 0.71% | 0.5% | - |
| HSV(B) | 314º | 0.83% | 0.85% | - |
| XYZ | 37.01 | 19.17 | 42.31 | - |
| YUV | 106.55 | 166.63 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 175 | 0 | 0.83 | 0.19 | 0.15 | 314 | 0.71 | 0.5 |
| Hex | D9 | 25 | AF | 0 | 53 | 13 | F | 13A | 47 | 32 |
| Octal | 331 | 45 | 257 | 0 | 123 | 23 | 17 | 472 | 107 | 62 |
| Binary | 11011001 | 100101 | 10101111 | 0 | 1010011 | 10011 | 1111 | 100111010 | 1000111 | 110010 |
Color Harmonies of #D925AF
Complementary color
Monochromatic Colors of #D925AF
Black with #D925AF
Text Example
Text Example
White with #D925AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D925AF; }
p { color: rgb(217,37,175); }
H1.HeaderClassName
{
color: #D925AF;
}
.AnyTagClassName
{
color: #D925AF;
}
</style>
background-color css
<style>
a { background-color: #D925AF; }
a { background-color: rgb(217,37,175); }
div.DivClassName
{
background-color: #D925AF;
}
.BgClassName
{
background-color: #D925AF;
}
</style>
border-color css
<style>
span { border-color: #D925AF; }
span { border-color: rgb(217,37,175); }
td.TdClassName
{
border-color: #D925AF;
}
.TagClassName
{
border-color: #D925AF;
}
</style>