Shades of Deep Cerise #D828A1
Tints of Deep Cerise #D828A1
RGB
CMYK
RGB Variations
Color information
#D828A1 (or 0xD828A1) is known color: Deep Cerise. HEX triplet: D8, 28 and A1. RGB value is (216,40,161). Sum of RGB (Red+Green+Blue) = 216+40+161=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D828A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D828A1 is #27D75E. Grayscale: #6A6A6A. Windows color (decimal): -2611039 or 10561752. OLE color: 10561752.
HSL color Cylindrical-coordinate representation of color #D828A1: hue angle of 318.75º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D828A1 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 161 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.15 |
| HSL | 318.75º | 0.69% | 0.5% | - |
| HSV(B) | 318.75º | 0.81% | 0.85% | - |
| XYZ | 35.51 | 18.69 | 35.45 | - |
| YUV | 106.42 | 158.81 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 161 | 0 | 0.81 | 0.25 | 0.15 | 318.75 | 0.69 | 0.5 |
| Hex | D8 | 28 | A1 | 0 | 51 | 19 | F | 13F | 45 | 32 |
| Octal | 330 | 50 | 241 | 0 | 121 | 31 | 17 | 477 | 105 | 62 |
| Binary | 11011000 | 101000 | 10100001 | 0 | 1010001 | 11001 | 1111 | 100111111 | 1000101 | 110010 |
Color Harmonies of #D828A1
Complementary color
Monochromatic Colors of #D828A1
Black with #D828A1
Text Example
Text Example
White with #D828A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828A1; }
p { color: rgb(216,40,161); }
H1.HeaderClassName
{
color: #D828A1;
}
.AnyTagClassName
{
color: #D828A1;
}
</style>
background-color css
<style>
a { background-color: #D828A1; }
a { background-color: rgb(216,40,161); }
div.DivClassName
{
background-color: #D828A1;
}
.BgClassName
{
background-color: #D828A1;
}
</style>
border-color css
<style>
span { border-color: #D828A1; }
span { border-color: rgb(216,40,161); }
td.TdClassName
{
border-color: #D828A1;
}
.TagClassName
{
border-color: #D828A1;
}
</style>