Shades of Spicy Pink #D92CB4
Tints of Spicy Pink #D92CB4
RGB
CMYK
RGB Variations
Color information
#D92CB4 (or 0xD92CB4) is known color: Spicy Pink. HEX triplet: D9, 2C and B4. RGB value is (217,44,180). Sum of RGB (Red+Green+Blue) = 217+44+180=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D92CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D92CB4 is #26D34B. Grayscale: #6E6E6E. Windows color (decimal): -2544460 or 11807961. OLE color: 11807961.
HSL color Cylindrical-coordinate representation of color #D92CB4: hue angle of 312.83º 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 #D92CB4 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 180 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.15 |
| HSL | 312.83º | 0.69% | 0.51% | - |
| HSV(B) | 312.83º | 0.8% | 0.85% | - |
| XYZ | 37.75 | 19.85 | 45.02 | - |
| YUV | 111.23 | 166.81 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 180 | 0 | 0.80 | 0.17 | 0.15 | 312.83 | 0.69 | 0.51 |
| Hex | D9 | 2C | B4 | 0 | 50 | 11 | F | 139 | 45 | 33 |
| Octal | 331 | 54 | 264 | 0 | 120 | 21 | 17 | 471 | 105 | 63 |
| Binary | 11011001 | 101100 | 10110100 | 0 | 1010000 | 10001 | 1111 | 100111001 | 1000101 | 110011 |
Color Harmonies of #D92CB4
Complementary color
Monochromatic Colors of #D92CB4
Black with #D92CB4
Text Example
Text Example
White with #D92CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92CB4; }
p { color: rgb(217,44,180); }
H1.HeaderClassName
{
color: #D92CB4;
}
.AnyTagClassName
{
color: #D92CB4;
}
</style>
background-color css
<style>
a { background-color: #D92CB4; }
a { background-color: rgb(217,44,180); }
div.DivClassName
{
background-color: #D92CB4;
}
.BgClassName
{
background-color: #D92CB4;
}
</style>
border-color css
<style>
span { border-color: #D92CB4; }
span { border-color: rgb(217,44,180); }
td.TdClassName
{
border-color: #D92CB4;
}
.TagClassName
{
border-color: #D92CB4;
}
</style>