Shades of Spicy Pink #D921AB
Tints of Spicy Pink #D921AB
RGB
CMYK
RGB Variations
Color information
#D921AB (or 0xD921AB) is known color: Spicy Pink. HEX triplet: D9, 21 and AB. RGB value is (217,33,171). Sum of RGB (Red+Green+Blue) = 217+33+171=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D921AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D921AB is #26DE54. Grayscale: #676767. Windows color (decimal): -2547285 or 11215321. OLE color: 11215321.
HSL color Cylindrical-coordinate representation of color #D921AB: hue angle of 315º 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 #D921AB is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 33 | 171 | - |
CMYK | 0 | 0.85 | 0.21 | 0.15 |
HSL | 315º | 0.74% | 0.49% | - |
HSV(B) | 315º | 0.85% | 0.85% | - |
XYZ | 36.51 | 18.78 | 40.23 | - |
YUV | 103.75 | 165.96 | 208.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 33 | 171 | 0 | 0.85 | 0.21 | 0.15 | 315 | 0.74 | 0.49 |
Hex | D9 | 21 | AB | 0 | 55 | 15 | F | 13B | 4A | 31 |
Octal | 331 | 41 | 253 | 0 | 125 | 25 | 17 | 473 | 112 | 61 |
Binary | 11011001 | 100001 | 10101011 | 0 | 1010101 | 10101 | 1111 | 100111011 | 1001010 | 110001 |
Color Harmonies of #D921AB
Complementary color
Monochromatic Colors of #D921AB
Black with #D921AB
Text Example
Text Example
White with #D921AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D921AB; }
p { color: rgb(217,33,171); }
H1.HeaderClassName
{
color: #D921AB;
}
.AnyTagClassName
{
color: #D921AB;
}
</style>
background-color css
<style>
a { background-color: #D921AB; }
a { background-color: rgb(217,33,171); }
div.DivClassName
{
background-color: #D921AB;
}
.BgClassName
{
background-color: #D921AB;
}
</style>
border-color css
<style>
span { border-color: #D921AB; }
span { border-color: rgb(217,33,171); }
td.TdClassName
{
border-color: #D921AB;
}
.TagClassName
{
border-color: #D921AB;
}
</style>