Shades of Spicy Pink #D928B4
Tints of Spicy Pink #D928B4
RGB
CMYK
RGB Variations
Color information
#D928B4 (or 0xD928B4) is known color: Spicy Pink. HEX triplet: D9, 28 and B4. RGB value is (217,40,180). Sum of RGB (Red+Green+Blue) = 217+40+180=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D928B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D928B4 is #26D74B. Grayscale: #6C6C6C. Windows color (decimal): -2545484 or 11806937. OLE color: 11806937.
HSL color Cylindrical-coordinate representation of color #D928B4: hue angle of 312.54º 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 #D928B4 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 40 | 180 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.15 |
| HSL | 312.54º | 0.7% | 0.5% | - |
| HSV(B) | 312.54º | 0.82% | 0.85% | - |
| XYZ | 37.61 | 19.56 | 44.97 | - |
| YUV | 108.88 | 168.14 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 40 | 180 | 0 | 0.82 | 0.17 | 0.15 | 312.54 | 0.7 | 0.5 |
| Hex | D9 | 28 | B4 | 0 | 52 | 11 | F | 139 | 46 | 32 |
| Octal | 331 | 50 | 264 | 0 | 122 | 21 | 17 | 471 | 106 | 62 |
| Binary | 11011001 | 101000 | 10110100 | 0 | 1010010 | 10001 | 1111 | 100111001 | 1000110 | 110010 |
Color Harmonies of #D928B4
Complementary color
Monochromatic Colors of #D928B4
Black with #D928B4
Text Example
Text Example
White with #D928B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D928B4; }
p { color: rgb(217,40,180); }
H1.HeaderClassName
{
color: #D928B4;
}
.AnyTagClassName
{
color: #D928B4;
}
</style>
background-color css
<style>
a { background-color: #D928B4; }
a { background-color: rgb(217,40,180); }
div.DivClassName
{
background-color: #D928B4;
}
.BgClassName
{
background-color: #D928B4;
}
</style>
border-color css
<style>
span { border-color: #D928B4; }
span { border-color: rgb(217,40,180); }
td.TdClassName
{
border-color: #D928B4;
}
.TagClassName
{
border-color: #D928B4;
}
</style>