Shades of Spicy Pink #D826AD
Tints of Spicy Pink #D826AD
RGB
CMYK
RGB Variations
Color information
#D826AD (or 0xD826AD) is known color: Spicy Pink. HEX triplet: D8, 26 and AD. RGB value is (216,38,173). Sum of RGB (Red+Green+Blue) = 216+38+173=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D826AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D826AD is #27D952. Grayscale: #6A6A6A. Windows color (decimal): -2611539 or 11347672. OLE color: 11347672.
HSL color Cylindrical-coordinate representation of color #D826AD: hue angle of 314.49º 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 #D826AD is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 173 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.15 |
| HSL | 314.49º | 0.7% | 0.5% | - |
| HSV(B) | 314.49º | 0.82% | 0.85% | - |
| XYZ | 36.55 | 19 | 41.28 | - |
| YUV | 106.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 173 | 0 | 0.82 | 0.20 | 0.15 | 314.49 | 0.7 | 0.5 |
| Hex | D8 | 26 | AD | 0 | 52 | 14 | F | 13A | 46 | 32 |
| Octal | 330 | 46 | 255 | 0 | 122 | 24 | 17 | 472 | 106 | 62 |
| Binary | 11011000 | 100110 | 10101101 | 0 | 1010010 | 10100 | 1111 | 100111010 | 1000110 | 110010 |
Color Harmonies of #D826AD
Complementary color
Monochromatic Colors of #D826AD
Black with #D826AD
Text Example
Text Example
White with #D826AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826AD; }
p { color: rgb(216,38,173); }
H1.HeaderClassName
{
color: #D826AD;
}
.AnyTagClassName
{
color: #D826AD;
}
</style>
background-color css
<style>
a { background-color: #D826AD; }
a { background-color: rgb(216,38,173); }
div.DivClassName
{
background-color: #D826AD;
}
.BgClassName
{
background-color: #D826AD;
}
</style>
border-color css
<style>
span { border-color: #D826AD; }
span { border-color: rgb(216,38,173); }
td.TdClassName
{
border-color: #D826AD;
}
.TagClassName
{
border-color: #D826AD;
}
</style>