Shades of Spicy Pink #D925B1
Tints of Spicy Pink #D925B1
RGB
CMYK
RGB Variations
Color information
#D925B1 (or 0xD925B1) is known color: Spicy Pink. HEX triplet: D9, 25 and B1. RGB value is (217,37,177). Sum of RGB (Red+Green+Blue) = 217+37+177=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D925B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D925B1 is #26DA4E. Grayscale: #6A6A6A. Windows color (decimal): -2546255 or 11609561. OLE color: 11609561.
HSL color Cylindrical-coordinate representation of color #D925B1: hue angle of 313.33º 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 #D925B1 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 177 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.15 |
| HSL | 313.33º | 0.71% | 0.5% | - |
| HSV(B) | 313.33º | 0.83% | 0.85% | - |
| XYZ | 37.21 | 19.25 | 43.35 | - |
| YUV | 106.78 | 167.63 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 177 | 0 | 0.83 | 0.18 | 0.15 | 313.33 | 0.71 | 0.5 |
| Hex | D9 | 25 | B1 | 0 | 53 | 12 | F | 139 | 47 | 32 |
| Octal | 331 | 45 | 261 | 0 | 123 | 22 | 17 | 471 | 107 | 62 |
| Binary | 11011001 | 100101 | 10110001 | 0 | 1010011 | 10010 | 1111 | 100111001 | 1000111 | 110010 |
Color Harmonies of #D925B1
Complementary color
Monochromatic Colors of #D925B1
Black with #D925B1
Text Example
Text Example
White with #D925B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D925B1; }
p { color: rgb(217,37,177); }
H1.HeaderClassName
{
color: #D925B1;
}
.AnyTagClassName
{
color: #D925B1;
}
</style>
background-color css
<style>
a { background-color: #D925B1; }
a { background-color: rgb(217,37,177); }
div.DivClassName
{
background-color: #D925B1;
}
.BgClassName
{
background-color: #D925B1;
}
</style>
border-color css
<style>
span { border-color: #D925B1; }
span { border-color: rgb(217,37,177); }
td.TdClassName
{
border-color: #D925B1;
}
.TagClassName
{
border-color: #D925B1;
}
</style>