Shades of Spicy Pink #D921B0
Tints of Spicy Pink #D921B0
RGB
CMYK
RGB Variations
Color information
#D921B0 (or 0xD921B0) is known color: Spicy Pink. HEX triplet: D9, 21 and B0. RGB value is (217,33,176). Sum of RGB (Red+Green+Blue) = 217+33+176=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D921B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D921B0 is #26DE4F. Grayscale: #676767. Windows color (decimal): -2547280 or 11543001. OLE color: 11543001.
HSL color Cylindrical-coordinate representation of color #D921B0: hue angle of 313.37º 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 #D921B0 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 176 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.15 |
| HSL | 313.37º | 0.74% | 0.49% | - |
| HSV(B) | 313.37º | 0.85% | 0.85% | - |
| XYZ | 37 | 18.97 | 42.79 | - |
| YUV | 104.32 | 168.46 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 176 | 0 | 0.85 | 0.19 | 0.15 | 313.37 | 0.74 | 0.49 |
| Hex | D9 | 21 | B0 | 0 | 55 | 13 | F | 139 | 4A | 31 |
| Octal | 331 | 41 | 260 | 0 | 125 | 23 | 17 | 471 | 112 | 61 |
| Binary | 11011001 | 100001 | 10110000 | 0 | 1010101 | 10011 | 1111 | 100111001 | 1001010 | 110001 |
Color Harmonies of #D921B0
Complementary color
Monochromatic Colors of #D921B0
Black with #D921B0
Text Example
Text Example
White with #D921B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921B0; }
p { color: rgb(217,33,176); }
H1.HeaderClassName
{
color: #D921B0;
}
.AnyTagClassName
{
color: #D921B0;
}
</style>
background-color css
<style>
a { background-color: #D921B0; }
a { background-color: rgb(217,33,176); }
div.DivClassName
{
background-color: #D921B0;
}
.BgClassName
{
background-color: #D921B0;
}
</style>
border-color css
<style>
span { border-color: #D921B0; }
span { border-color: rgb(217,33,176); }
td.TdClassName
{
border-color: #D921B0;
}
.TagClassName
{
border-color: #D921B0;
}
</style>