Shades of Deep Magenta #D228DC
Tints of Deep Magenta #D228DC
RGB
CMYK
RGB Variations
Color information
#D228DC (or 0xD228DC) is known color: Deep Magenta. HEX triplet: D2, 28 and DC. RGB value is (210,40,220). Sum of RGB (Red+Green+Blue) = 210+40+220=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #D228DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228DC is #2DD723. Grayscale: #6E6E6E. Windows color (decimal): -3004196 or 14428370. OLE color: 14428370.
HSL color Cylindrical-coordinate representation of color #D228DC: hue angle of 296.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D228DC is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 40 | 220 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.14 |
| HSL | 296.67º | 0.72% | 0.51% | - |
| HSV(B) | 296.67º | 0.82% | 0.86% | - |
| XYZ | 40.26 | 20.39 | 69.52 | - |
| YUV | 111.35 | 189.32 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 220 | 0.05 | 0.82 | 0 | 0.14 | 296.67 | 0.72 | 0.51 |
| Hex | D2 | 28 | DC | 5 | 52 | 0 | E | 129 | 48 | 33 |
| Octal | 322 | 50 | 334 | 5 | 122 | 0 | 16 | 451 | 110 | 63 |
| Binary | 11010010 | 101000 | 11011100 | 101 | 1010010 | 0 | 1110 | 100101001 | 1001000 | 110011 |
Color Harmonies of #D228DC
Complementary color
Monochromatic Colors of #D228DC
Black with #D228DC
Text Example
Text Example
White with #D228DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228DC; }
p { color: rgb(210,40,220); }
H1.HeaderClassName
{
color: #D228DC;
}
.AnyTagClassName
{
color: #D228DC;
}
</style>
background-color css
<style>
a { background-color: #D228DC; }
a { background-color: rgb(210,40,220); }
div.DivClassName
{
background-color: #D228DC;
}
.BgClassName
{
background-color: #D228DC;
}
</style>
border-color css
<style>
span { border-color: #D228DC; }
span { border-color: rgb(210,40,220); }
td.TdClassName
{
border-color: #D228DC;
}
.TagClassName
{
border-color: #D228DC;
}
</style>