Shades of Deep Cerise #D228A1
Tints of Deep Cerise #D228A1
RGB
CMYK
RGB Variations
Color information
#D228A1 (or 0xD228A1) is known color: Deep Cerise. HEX triplet: D2, 28 and A1. RGB value is (210,40,161). Sum of RGB (Red+Green+Blue) = 210+40+161=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 161 (63.28% from 255 or 39.17% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D228A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D228A1 is #2DD75E. Grayscale: #686868. Windows color (decimal): -3004255 or 10561746. OLE color: 10561746.
HSL color Cylindrical-coordinate representation of color #D228A1: hue angle of 317.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D228A1 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 161 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.18 |
| HSL | 317.29º | 0.68% | 0.49% | - |
| HSV(B) | 317.29º | 0.81% | 0.82% | - |
| XYZ | 33.77 | 17.79 | 35.37 | - |
| YUV | 104.62 | 159.82 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 161 | 0 | 0.81 | 0.23 | 0.18 | 317.29 | 0.68 | 0.49 |
| Hex | D2 | 28 | A1 | 0 | 51 | 17 | 12 | 13D | 44 | 31 |
| Octal | 322 | 50 | 241 | 0 | 121 | 27 | 22 | 475 | 104 | 61 |
| Binary | 11010010 | 101000 | 10100001 | 0 | 1010001 | 10111 | 10010 | 100111101 | 1000100 | 110001 |
Color Harmonies of #D228A1
Complementary color
Monochromatic Colors of #D228A1
Black with #D228A1
Text Example
Text Example
White with #D228A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228A1; }
p { color: rgb(210,40,161); }
H1.HeaderClassName
{
color: #D228A1;
}
.AnyTagClassName
{
color: #D228A1;
}
</style>
background-color css
<style>
a { background-color: #D228A1; }
a { background-color: rgb(210,40,161); }
div.DivClassName
{
background-color: #D228A1;
}
.BgClassName
{
background-color: #D228A1;
}
</style>
border-color css
<style>
span { border-color: #D228A1; }
span { border-color: rgb(210,40,161); }
td.TdClassName
{
border-color: #D228A1;
}
.TagClassName
{
border-color: #D228A1;
}
</style>