Shades of Spicy Pink #D920B0
Tints of Spicy Pink #D920B0
RGB
CMYK
RGB Variations
Color information
#D920B0 (or 0xD920B0) is known color: Spicy Pink. HEX triplet: D9, 20 and B0. RGB value is (217,32,176). Sum of RGB (Red+Green+Blue) = 217+32+176=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 176 (69.14% from 255 or 41.41% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D920B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D920B0 is #26DF4F. Grayscale: #676767. Windows color (decimal): -2547536 or 11542745. OLE color: 11542745.
HSL color Cylindrical-coordinate representation of color #D920B0: hue angle of 313.3º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D920B0 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 32 | 176 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.15 |
| HSL | 313.3º | 0.74% | 0.49% | - |
| HSV(B) | 313.3º | 0.85% | 0.85% | - |
| XYZ | 36.97 | 18.92 | 42.78 | - |
| YUV | 103.73 | 168.79 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 32 | 176 | 0 | 0.85 | 0.19 | 0.15 | 313.3 | 0.74 | 0.49 |
| Hex | D9 | 20 | B0 | 0 | 55 | 13 | F | 139 | 4A | 31 |
| Octal | 331 | 40 | 260 | 0 | 125 | 23 | 17 | 471 | 112 | 61 |
| Binary | 11011001 | 100000 | 10110000 | 0 | 1010101 | 10011 | 1111 | 100111001 | 1001010 | 110001 |
Color Harmonies of #D920B0
Complementary color
Monochromatic Colors of #D920B0
Black with #D920B0
Text Example
Text Example
White with #D920B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D920B0; }
p { color: rgb(217,32,176); }
H1.HeaderClassName
{
color: #D920B0;
}
.AnyTagClassName
{
color: #D920B0;
}
</style>
background-color css
<style>
a { background-color: #D920B0; }
a { background-color: rgb(217,32,176); }
div.DivClassName
{
background-color: #D920B0;
}
.BgClassName
{
background-color: #D920B0;
}
</style>
border-color css
<style>
span { border-color: #D920B0; }
span { border-color: rgb(217,32,176); }
td.TdClassName
{
border-color: #D920B0;
}
.TagClassName
{
border-color: #D920B0;
}
</style>