Shades of Spicy Pink #D826B7
Tints of Spicy Pink #D826B7
RGB
CMYK
RGB Variations
Color information
#D826B7 (or 0xD826B7) is known color: Spicy Pink. HEX triplet: D8, 26 and B7. RGB value is (216,38,183). Sum of RGB (Red+Green+Blue) = 216+38+183=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D826B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D826B7 is #27D948. Grayscale: #6B6B6B. Windows color (decimal): -2611529 or 12003032. OLE color: 12003032.
HSL color Cylindrical-coordinate representation of color #D826B7: hue angle of 311.12º 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 #D826B7 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 183 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.15 |
| HSL | 311.12º | 0.7% | 0.5% | - |
| HSV(B) | 311.12º | 0.82% | 0.85% | - |
| XYZ | 37.56 | 19.4 | 46.57 | - |
| YUV | 107.75 | 170.47 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 183 | 0 | 0.82 | 0.15 | 0.15 | 311.12 | 0.7 | 0.5 |
| Hex | D8 | 26 | B7 | 0 | 52 | F | F | 137 | 46 | 32 |
| Octal | 330 | 46 | 267 | 0 | 122 | 17 | 17 | 467 | 106 | 62 |
| Binary | 11011000 | 100110 | 10110111 | 0 | 1010010 | 1111 | 1111 | 100110111 | 1000110 | 110010 |
Color Harmonies of #D826B7
Complementary color
Monochromatic Colors of #D826B7
Black with #D826B7
Text Example
Text Example
White with #D826B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826B7; }
p { color: rgb(216,38,183); }
H1.HeaderClassName
{
color: #D826B7;
}
.AnyTagClassName
{
color: #D826B7;
}
</style>
background-color css
<style>
a { background-color: #D826B7; }
a { background-color: rgb(216,38,183); }
div.DivClassName
{
background-color: #D826B7;
}
.BgClassName
{
background-color: #D826B7;
}
</style>
border-color css
<style>
span { border-color: #D826B7; }
span { border-color: rgb(216,38,183); }
td.TdClassName
{
border-color: #D826B7;
}
.TagClassName
{
border-color: #D826B7;
}
</style>