Shades of Deep Cerise #D826A1
Tints of Deep Cerise #D826A1
RGB
CMYK
RGB Variations
Color information
#D826A1 (or 0xD826A1) is known color: Deep Cerise. HEX triplet: D8, 26 and A1. RGB value is (216,38,161). Sum of RGB (Red+Green+Blue) = 216+38+161=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 161 (63.28% from 255 or 38.80% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D826A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D826A1 is #27D95E. Grayscale: #686868. Windows color (decimal): -2611551 or 10561240. OLE color: 10561240.
HSL color Cylindrical-coordinate representation of color #D826A1: hue angle of 318.54º 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 #D826A1 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 161 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.15 |
| HSL | 318.54º | 0.7% | 0.5% | - |
| HSV(B) | 318.54º | 0.82% | 0.85% | - |
| XYZ | 35.45 | 18.56 | 35.43 | - |
| YUV | 105.24 | 159.47 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 161 | 0 | 0.82 | 0.25 | 0.15 | 318.54 | 0.7 | 0.5 |
| Hex | D8 | 26 | A1 | 0 | 52 | 19 | F | 13F | 46 | 32 |
| Octal | 330 | 46 | 241 | 0 | 122 | 31 | 17 | 477 | 106 | 62 |
| Binary | 11011000 | 100110 | 10100001 | 0 | 1010010 | 11001 | 1111 | 100111111 | 1000110 | 110010 |
Color Harmonies of #D826A1
Complementary color
Monochromatic Colors of #D826A1
Black with #D826A1
Text Example
Text Example
White with #D826A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826A1; }
p { color: rgb(216,38,161); }
H1.HeaderClassName
{
color: #D826A1;
}
.AnyTagClassName
{
color: #D826A1;
}
</style>
background-color css
<style>
a { background-color: #D826A1; }
a { background-color: rgb(216,38,161); }
div.DivClassName
{
background-color: #D826A1;
}
.BgClassName
{
background-color: #D826A1;
}
</style>
border-color css
<style>
span { border-color: #D826A1; }
span { border-color: rgb(216,38,161); }
td.TdClassName
{
border-color: #D826A1;
}
.TagClassName
{
border-color: #D826A1;
}
</style>