Shades of Spicy Pink #D92AB0
Tints of Spicy Pink #D92AB0
RGB
CMYK
RGB Variations
Color information
#D92AB0 (or 0xD92AB0) is known color: Spicy Pink. HEX triplet: D9, 2A and B0. RGB value is (217,42,176). Sum of RGB (Red+Green+Blue) = 217+42+176=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D92AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92AB0 is #26D54F. Grayscale: #6D6D6D. Windows color (decimal): -2544976 or 11545305. OLE color: 11545305.
HSL color Cylindrical-coordinate representation of color #D92AB0: hue angle of 314.06º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92AB0 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 176 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.15 |
| HSL | 314.06º | 0.7% | 0.51% | - |
| HSV(B) | 314.06º | 0.81% | 0.85% | - |
| XYZ | 37.28 | 19.54 | 42.88 | - |
| YUV | 109.6 | 165.48 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 176 | 0 | 0.81 | 0.19 | 0.15 | 314.06 | 0.7 | 0.51 |
| Hex | D9 | 2A | B0 | 0 | 51 | 13 | F | 13A | 46 | 33 |
| Octal | 331 | 52 | 260 | 0 | 121 | 23 | 17 | 472 | 106 | 63 |
| Binary | 11011001 | 101010 | 10110000 | 0 | 1010001 | 10011 | 1111 | 100111010 | 1000110 | 110011 |
Color Harmonies of #D92AB0
Complementary color
Monochromatic Colors of #D92AB0
Black with #D92AB0
Text Example
Text Example
White with #D92AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92AB0; }
p { color: rgb(217,42,176); }
H1.HeaderClassName
{
color: #D92AB0;
}
.AnyTagClassName
{
color: #D92AB0;
}
</style>
background-color css
<style>
a { background-color: #D92AB0; }
a { background-color: rgb(217,42,176); }
div.DivClassName
{
background-color: #D92AB0;
}
.BgClassName
{
background-color: #D92AB0;
}
</style>
border-color css
<style>
span { border-color: #D92AB0; }
span { border-color: rgb(217,42,176); }
td.TdClassName
{
border-color: #D92AB0;
}
.TagClassName
{
border-color: #D92AB0;
}
</style>