Shades of Deep Cerise #D826A6
Tints of Deep Cerise #D826A6
RGB
CMYK
RGB Variations
Color information
#D826A6 (or 0xD826A6) is known color: Deep Cerise. HEX triplet: D8, 26 and A6. RGB value is (216,38,166). Sum of RGB (Red+Green+Blue) = 216+38+166=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D826A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D826A6 is #27D959. Grayscale: #696969. Windows color (decimal): -2611546 or 10888920. OLE color: 10888920.
HSL color Cylindrical-coordinate representation of color #D826A6: hue angle of 316.85º 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 #D826A6 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 166 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.15 |
| HSL | 316.85º | 0.7% | 0.5% | - |
| HSV(B) | 316.85º | 0.82% | 0.85% | - |
| XYZ | 35.89 | 18.74 | 37.8 | - |
| YUV | 105.81 | 161.97 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 166 | 0 | 0.82 | 0.23 | 0.15 | 316.85 | 0.7 | 0.5 |
| Hex | D8 | 26 | A6 | 0 | 52 | 17 | F | 13D | 46 | 32 |
| Octal | 330 | 46 | 246 | 0 | 122 | 27 | 17 | 475 | 106 | 62 |
| Binary | 11011000 | 100110 | 10100110 | 0 | 1010010 | 10111 | 1111 | 100111101 | 1000110 | 110010 |
Color Harmonies of #D826A6
Complementary color
Monochromatic Colors of #D826A6
Black with #D826A6
Text Example
Text Example
White with #D826A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826A6; }
p { color: rgb(216,38,166); }
H1.HeaderClassName
{
color: #D826A6;
}
.AnyTagClassName
{
color: #D826A6;
}
</style>
background-color css
<style>
a { background-color: #D826A6; }
a { background-color: rgb(216,38,166); }
div.DivClassName
{
background-color: #D826A6;
}
.BgClassName
{
background-color: #D826A6;
}
</style>
border-color css
<style>
span { border-color: #D826A6; }
span { border-color: rgb(216,38,166); }
td.TdClassName
{
border-color: #D826A6;
}
.TagClassName
{
border-color: #D826A6;
}
</style>