Shades of Spicy Pink #D928B5
Tints of Spicy Pink #D928B5
RGB
CMYK
RGB Variations
Color information
#D928B5 (or 0xD928B5) is known color: Spicy Pink. HEX triplet: D9, 28 and B5. RGB value is (217,40,181). Sum of RGB (Red+Green+Blue) = 217+40+181=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D928B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928B5 is #26D74A. Grayscale: #6C6C6C. Windows color (decimal): -2545483 or 11872473. OLE color: 11872473.
HSL color Cylindrical-coordinate representation of color #D928B5: hue angle of 312.2º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D928B5 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 181 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.15 |
| HSL | 312.2º | 0.7% | 0.5% | - |
| HSV(B) | 312.2º | 0.82% | 0.85% | - |
| XYZ | 37.71 | 19.61 | 45.51 | - |
| YUV | 109 | 168.64 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 181 | 0 | 0.82 | 0.17 | 0.15 | 312.2 | 0.7 | 0.5 |
| Hex | D9 | 28 | B5 | 0 | 52 | 11 | F | 138 | 46 | 32 |
| Octal | 331 | 50 | 265 | 0 | 122 | 21 | 17 | 470 | 106 | 62 |
| Binary | 11011001 | 101000 | 10110101 | 0 | 1010010 | 10001 | 1111 | 100111000 | 1000110 | 110010 |
Color Harmonies of #D928B5
Complementary color
Monochromatic Colors of #D928B5
Black with #D928B5
Text Example
Text Example
White with #D928B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928B5; }
p { color: rgb(217,40,181); }
H1.HeaderClassName
{
color: #D928B5;
}
.AnyTagClassName
{
color: #D928B5;
}
</style>
background-color css
<style>
a { background-color: #D928B5; }
a { background-color: rgb(217,40,181); }
div.DivClassName
{
background-color: #D928B5;
}
.BgClassName
{
background-color: #D928B5;
}
</style>
border-color css
<style>
span { border-color: #D928B5; }
span { border-color: rgb(217,40,181); }
td.TdClassName
{
border-color: #D928B5;
}
.TagClassName
{
border-color: #D928B5;
}
</style>