Shades of Spicy Pink #D826AC
Tints of Spicy Pink #D826AC
RGB
CMYK
RGB Variations
Color information
#D826AC (or 0xD826AC) is known color: Spicy Pink. HEX triplet: D8, 26 and AC. RGB value is (216,38,172). Sum of RGB (Red+Green+Blue) = 216+38+172=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D826AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D826AC is #27D953. Grayscale: #6A6A6A. Windows color (decimal): -2611540 or 11282136. OLE color: 11282136.
HSL color Cylindrical-coordinate representation of color #D826AC: hue angle of 314.83º 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 #D826AC is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 172 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.15 |
| HSL | 314.83º | 0.7% | 0.5% | - |
| HSV(B) | 314.83º | 0.82% | 0.85% | - |
| XYZ | 36.46 | 18.96 | 40.77 | - |
| YUV | 106.5 | 164.97 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 172 | 0 | 0.82 | 0.20 | 0.15 | 314.83 | 0.7 | 0.5 |
| Hex | D8 | 26 | AC | 0 | 52 | 14 | F | 13B | 46 | 32 |
| Octal | 330 | 46 | 254 | 0 | 122 | 24 | 17 | 473 | 106 | 62 |
| Binary | 11011000 | 100110 | 10101100 | 0 | 1010010 | 10100 | 1111 | 100111011 | 1000110 | 110010 |
Color Harmonies of #D826AC
Complementary color
Monochromatic Colors of #D826AC
Black with #D826AC
Text Example
Text Example
White with #D826AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826AC; }
p { color: rgb(216,38,172); }
H1.HeaderClassName
{
color: #D826AC;
}
.AnyTagClassName
{
color: #D826AC;
}
</style>
background-color css
<style>
a { background-color: #D826AC; }
a { background-color: rgb(216,38,172); }
div.DivClassName
{
background-color: #D826AC;
}
.BgClassName
{
background-color: #D826AC;
}
</style>
border-color css
<style>
span { border-color: #D826AC; }
span { border-color: rgb(216,38,172); }
td.TdClassName
{
border-color: #D826AC;
}
.TagClassName
{
border-color: #D826AC;
}
</style>