Shades of Spicy Pink #D92CB0
Tints of Spicy Pink #D92CB0
RGB
CMYK
RGB Variations
Color information
#D92CB0 (or 0xD92CB0) is known color: Spicy Pink. HEX triplet: D9, 2C and B0. RGB value is (217,44,176). Sum of RGB (Red+Green+Blue) = 217+44+176=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D92CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92CB0 is #26D34F. Grayscale: #6E6E6E. Windows color (decimal): -2544464 or 11545817. OLE color: 11545817.
HSL color Cylindrical-coordinate representation of color #D92CB0: hue angle of 314.22º 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 #D92CB0 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 176 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.15 |
| HSL | 314.22º | 0.69% | 0.51% | - |
| HSV(B) | 314.22º | 0.8% | 0.85% | - |
| XYZ | 37.35 | 19.69 | 42.91 | - |
| YUV | 110.78 | 164.81 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 176 | 0 | 0.80 | 0.19 | 0.15 | 314.22 | 0.69 | 0.51 |
| Hex | D9 | 2C | B0 | 0 | 50 | 13 | F | 13A | 45 | 33 |
| Octal | 331 | 54 | 260 | 0 | 120 | 23 | 17 | 472 | 105 | 63 |
| Binary | 11011001 | 101100 | 10110000 | 0 | 1010000 | 10011 | 1111 | 100111010 | 1000101 | 110011 |
Color Harmonies of #D92CB0
Complementary color
Monochromatic Colors of #D92CB0
Black with #D92CB0
Text Example
Text Example
White with #D92CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CB0; }
p { color: rgb(217,44,176); }
H1.HeaderClassName
{
color: #D92CB0;
}
.AnyTagClassName
{
color: #D92CB0;
}
</style>
background-color css
<style>
a { background-color: #D92CB0; }
a { background-color: rgb(217,44,176); }
div.DivClassName
{
background-color: #D92CB0;
}
.BgClassName
{
background-color: #D92CB0;
}
</style>
border-color css
<style>
span { border-color: #D92CB0; }
span { border-color: rgb(217,44,176); }
td.TdClassName
{
border-color: #D92CB0;
}
.TagClassName
{
border-color: #D92CB0;
}
</style>