Shades of Spicy Pink #D92BAF
Tints of Spicy Pink #D92BAF
RGB
CMYK
RGB Variations
Color information
#D92BAF (or 0xD92BAF) is known color: Spicy Pink. HEX triplet: D9, 2B and AF. RGB value is (217,43,175). Sum of RGB (Red+Green+Blue) = 217+43+175=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 43 (17.19% from 255 or 9.89% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D92BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D92BAF is #26D450. Grayscale: #6D6D6D. Windows color (decimal): -2544721 or 11480025. OLE color: 11480025.
HSL color Cylindrical-coordinate representation of color #D92BAF: hue angle of 314.48º degrees, saturation: 0.7, 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 #D92BAF is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 175 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.15 |
| HSL | 314.48º | 0.7% | 0.51% | - |
| HSV(B) | 314.48º | 0.8% | 0.85% | - |
| XYZ | 37.22 | 19.57 | 42.37 | - |
| YUV | 110.07 | 164.65 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 175 | 0 | 0.80 | 0.19 | 0.15 | 314.48 | 0.7 | 0.51 |
| Hex | D9 | 2B | AF | 0 | 50 | 13 | F | 13A | 46 | 33 |
| Octal | 331 | 53 | 257 | 0 | 120 | 23 | 17 | 472 | 106 | 63 |
| Binary | 11011001 | 101011 | 10101111 | 0 | 1010000 | 10011 | 1111 | 100111010 | 1000110 | 110011 |
Color Harmonies of #D92BAF
Complementary color
Monochromatic Colors of #D92BAF
Black with #D92BAF
Text Example
Text Example
White with #D92BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92BAF; }
p { color: rgb(217,43,175); }
H1.HeaderClassName
{
color: #D92BAF;
}
.AnyTagClassName
{
color: #D92BAF;
}
</style>
background-color css
<style>
a { background-color: #D92BAF; }
a { background-color: rgb(217,43,175); }
div.DivClassName
{
background-color: #D92BAF;
}
.BgClassName
{
background-color: #D92BAF;
}
</style>
border-color css
<style>
span { border-color: #D92BAF; }
span { border-color: rgb(217,43,175); }
td.TdClassName
{
border-color: #D92BAF;
}
.TagClassName
{
border-color: #D92BAF;
}
</style>