Shades of Deep Cerise #D228A3
Tints of Deep Cerise #D228A3
RGB
CMYK
RGB Variations
Color information
#D228A3 (or 0xD228A3) is known color: Deep Cerise. HEX triplet: D2, 28 and A3. RGB value is (210,40,163). Sum of RGB (Red+Green+Blue) = 210+40+163=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D228A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D228A3 is #2DD75C. Grayscale: #686868. Windows color (decimal): -3004253 or 10692818. OLE color: 10692818.
HSL color Cylindrical-coordinate representation of color #D228A3: hue angle of 316.59º 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 #D228A3 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 163 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.18 |
| HSL | 316.59º | 0.68% | 0.49% | - |
| HSV(B) | 316.59º | 0.81% | 0.82% | - |
| XYZ | 33.95 | 17.86 | 36.31 | - |
| YUV | 104.85 | 160.82 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 163 | 0 | 0.81 | 0.22 | 0.18 | 316.59 | 0.68 | 0.49 |
| Hex | D2 | 28 | A3 | 0 | 51 | 16 | 12 | 13D | 44 | 31 |
| Octal | 322 | 50 | 243 | 0 | 121 | 26 | 22 | 475 | 104 | 61 |
| Binary | 11010010 | 101000 | 10100011 | 0 | 1010001 | 10110 | 10010 | 100111101 | 1000100 | 110001 |
Color Harmonies of #D228A3
Complementary color
Monochromatic Colors of #D228A3
Black with #D228A3
Text Example
Text Example
White with #D228A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228A3; }
p { color: rgb(210,40,163); }
H1.HeaderClassName
{
color: #D228A3;
}
.AnyTagClassName
{
color: #D228A3;
}
</style>
background-color css
<style>
a { background-color: #D228A3; }
a { background-color: rgb(210,40,163); }
div.DivClassName
{
background-color: #D228A3;
}
.BgClassName
{
background-color: #D228A3;
}
</style>
border-color css
<style>
span { border-color: #D228A3; }
span { border-color: rgb(210,40,163); }
td.TdClassName
{
border-color: #D228A3;
}
.TagClassName
{
border-color: #D228A3;
}
</style>