Shades of Spicy Pink #D828B0
Tints of Spicy Pink #D828B0
RGB
CMYK
RGB Variations
Color information
#D828B0 (or 0xD828B0) is known color: Spicy Pink. HEX triplet: D8, 28 and B0. RGB value is (216,40,176). Sum of RGB (Red+Green+Blue) = 216+40+176=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D828B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D828B0 is #27D74F. Grayscale: #6B6B6B. Windows color (decimal): -2611024 or 11544792. OLE color: 11544792.
HSL color Cylindrical-coordinate representation of color #D828B0: hue angle of 313.64º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D828B0 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 176 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.15 |
| HSL | 313.64º | 0.69% | 0.5% | - |
| HSV(B) | 313.64º | 0.81% | 0.85% | - |
| XYZ | 36.91 | 19.25 | 42.84 | - |
| YUV | 108.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 176 | 0 | 0.81 | 0.19 | 0.15 | 313.64 | 0.69 | 0.5 |
| Hex | D8 | 28 | B0 | 0 | 51 | 13 | F | 13A | 45 | 32 |
| Octal | 330 | 50 | 260 | 0 | 121 | 23 | 17 | 472 | 105 | 62 |
| Binary | 11011000 | 101000 | 10110000 | 0 | 1010001 | 10011 | 1111 | 100111010 | 1000101 | 110010 |
Color Harmonies of #D828B0
Complementary color
Monochromatic Colors of #D828B0
Black with #D828B0
Text Example
Text Example
White with #D828B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828B0; }
p { color: rgb(216,40,176); }
H1.HeaderClassName
{
color: #D828B0;
}
.AnyTagClassName
{
color: #D828B0;
}
</style>
background-color css
<style>
a { background-color: #D828B0; }
a { background-color: rgb(216,40,176); }
div.DivClassName
{
background-color: #D828B0;
}
.BgClassName
{
background-color: #D828B0;
}
</style>
border-color css
<style>
span { border-color: #D828B0; }
span { border-color: rgb(216,40,176); }
td.TdClassName
{
border-color: #D828B0;
}
.TagClassName
{
border-color: #D828B0;
}
</style>