Shades of Spicy Pink #D92CB1
Tints of Spicy Pink #D92CB1
RGB
CMYK
RGB Variations
Color information
#D92CB1 (or 0xD92CB1) is known color: Spicy Pink. HEX triplet: D9, 2C and B1. RGB value is (217,44,177). Sum of RGB (Red+Green+Blue) = 217+44+177=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D92CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92CB1 is #26D34E. Grayscale: #6E6E6E. Windows color (decimal): -2544463 or 11611353. OLE color: 11611353.
HSL color Cylindrical-coordinate representation of color #D92CB1: hue angle of 313.87º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92CB1 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 177 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.15 |
| HSL | 313.87º | 0.69% | 0.51% | - |
| HSV(B) | 313.87º | 0.8% | 0.85% | - |
| XYZ | 37.45 | 19.73 | 43.43 | - |
| YUV | 110.89 | 165.31 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 177 | 0 | 0.80 | 0.18 | 0.15 | 313.87 | 0.69 | 0.51 |
| Hex | D9 | 2C | B1 | 0 | 50 | 12 | F | 13A | 45 | 33 |
| Octal | 331 | 54 | 261 | 0 | 120 | 22 | 17 | 472 | 105 | 63 |
| Binary | 11011001 | 101100 | 10110001 | 0 | 1010000 | 10010 | 1111 | 100111010 | 1000101 | 110011 |
Color Harmonies of #D92CB1
Complementary color
Monochromatic Colors of #D92CB1
Black with #D92CB1
Text Example
Text Example
White with #D92CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CB1; }
p { color: rgb(217,44,177); }
H1.HeaderClassName
{
color: #D92CB1;
}
.AnyTagClassName
{
color: #D92CB1;
}
</style>
background-color css
<style>
a { background-color: #D92CB1; }
a { background-color: rgb(217,44,177); }
div.DivClassName
{
background-color: #D92CB1;
}
.BgClassName
{
background-color: #D92CB1;
}
</style>
border-color css
<style>
span { border-color: #D92CB1; }
span { border-color: rgb(217,44,177); }
td.TdClassName
{
border-color: #D92CB1;
}
.TagClassName
{
border-color: #D92CB1;
}
</style>