Shades of Spicy Pink #D92DB5
Tints of Spicy Pink #D92DB5
RGB
CMYK
RGB Variations
Color information
#D92DB5 (or 0xD92DB5) is known color: Spicy Pink. HEX triplet: D9, 2D and B5. RGB value is (217,45,181). Sum of RGB (Red+Green+Blue) = 217+45+181=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D92DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92DB5 is #26D24A. Grayscale: #6F6F6F. Windows color (decimal): -2544203 or 11873753. OLE color: 11873753.
HSL color Cylindrical-coordinate representation of color #D92DB5: hue angle of 312.56º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D92DB5 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 181 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.15 |
| HSL | 312.56º | 0.69% | 0.51% | - |
| HSV(B) | 312.56º | 0.79% | 0.85% | - |
| XYZ | 37.89 | 19.96 | 45.57 | - |
| YUV | 111.93 | 166.98 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 181 | 0 | 0.79 | 0.17 | 0.15 | 312.56 | 0.69 | 0.51 |
| Hex | D9 | 2D | B5 | 0 | 4F | 11 | F | 139 | 45 | 33 |
| Octal | 331 | 55 | 265 | 0 | 117 | 21 | 17 | 471 | 105 | 63 |
| Binary | 11011001 | 101101 | 10110101 | 0 | 1001111 | 10001 | 1111 | 100111001 | 1000101 | 110011 |
Color Harmonies of #D92DB5
Complementary color
Monochromatic Colors of #D92DB5
Black with #D92DB5
Text Example
Text Example
White with #D92DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92DB5; }
p { color: rgb(217,45,181); }
H1.HeaderClassName
{
color: #D92DB5;
}
.AnyTagClassName
{
color: #D92DB5;
}
</style>
background-color css
<style>
a { background-color: #D92DB5; }
a { background-color: rgb(217,45,181); }
div.DivClassName
{
background-color: #D92DB5;
}
.BgClassName
{
background-color: #D92DB5;
}
</style>
border-color css
<style>
span { border-color: #D92DB5; }
span { border-color: rgb(217,45,181); }
td.TdClassName
{
border-color: #D92DB5;
}
.TagClassName
{
border-color: #D92DB5;
}
</style>