Shades of Spicy Pink #D826B0
Tints of Spicy Pink #D826B0
RGB
CMYK
RGB Variations
Color information
#D826B0 (or 0xD826B0) is known color: Spicy Pink. HEX triplet: D8, 26 and B0. RGB value is (216,38,176). Sum of RGB (Red+Green+Blue) = 216+38+176=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D826B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D826B0 is #27D94F. Grayscale: #6A6A6A. Windows color (decimal): -2611536 or 11544280. OLE color: 11544280.
HSL color Cylindrical-coordinate representation of color #D826B0: hue angle of 313.48º 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 #D826B0 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 176 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.15 |
| HSL | 313.48º | 0.7% | 0.5% | - |
| HSV(B) | 313.48º | 0.82% | 0.85% | - |
| XYZ | 36.85 | 19.12 | 42.82 | - |
| YUV | 106.95 | 166.97 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 176 | 0 | 0.82 | 0.19 | 0.15 | 313.48 | 0.7 | 0.5 |
| Hex | D8 | 26 | B0 | 0 | 52 | 13 | F | 139 | 46 | 32 |
| Octal | 330 | 46 | 260 | 0 | 122 | 23 | 17 | 471 | 106 | 62 |
| Binary | 11011000 | 100110 | 10110000 | 0 | 1010010 | 10011 | 1111 | 100111001 | 1000110 | 110010 |
Color Harmonies of #D826B0
Complementary color
Monochromatic Colors of #D826B0
Black with #D826B0
Text Example
Text Example
White with #D826B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826B0; }
p { color: rgb(216,38,176); }
H1.HeaderClassName
{
color: #D826B0;
}
.AnyTagClassName
{
color: #D826B0;
}
</style>
background-color css
<style>
a { background-color: #D826B0; }
a { background-color: rgb(216,38,176); }
div.DivClassName
{
background-color: #D826B0;
}
.BgClassName
{
background-color: #D826B0;
}
</style>
border-color css
<style>
span { border-color: #D826B0; }
span { border-color: rgb(216,38,176); }
td.TdClassName
{
border-color: #D826B0;
}
.TagClassName
{
border-color: #D826B0;
}
</style>