Shades of Deep Magenta #D228DB
Tints of Deep Magenta #D228DB
RGB
CMYK
RGB Variations
Color information
#D228DB (or 0xD228DB) is known color: Deep Magenta. HEX triplet: D2, 28 and DB. RGB value is (210,40,219). Sum of RGB (Red+Green+Blue) = 210+40+219=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #D228DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D228DB is #2DD724. Grayscale: #6E6E6E. Windows color (decimal): -3004197 or 14362834. OLE color: 14362834.
HSL color Cylindrical-coordinate representation of color #D228DB: hue angle of 296.98º degrees, saturation: 0.71, 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 #D228DB is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 40 | 219 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.14 |
| HSL | 296.98º | 0.71% | 0.51% | - |
| HSV(B) | 296.98º | 0.82% | 0.86% | - |
| XYZ | 40.12 | 20.33 | 68.83 | - |
| YUV | 111.24 | 188.82 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 219 | 0.04 | 0.82 | 0 | 0.14 | 296.98 | 0.71 | 0.51 |
| Hex | D2 | 28 | DB | 4 | 52 | 0 | E | 129 | 47 | 33 |
| Octal | 322 | 50 | 333 | 4 | 122 | 0 | 16 | 451 | 107 | 63 |
| Binary | 11010010 | 101000 | 11011011 | 100 | 1010010 | 0 | 1110 | 100101001 | 1000111 | 110011 |
Color Harmonies of #D228DB
Complementary color
Monochromatic Colors of #D228DB
Black with #D228DB
Text Example
Text Example
White with #D228DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D228DB; }
p { color: rgb(210,40,219); }
H1.HeaderClassName
{
color: #D228DB;
}
.AnyTagClassName
{
color: #D228DB;
}
</style>
background-color css
<style>
a { background-color: #D228DB; }
a { background-color: rgb(210,40,219); }
div.DivClassName
{
background-color: #D228DB;
}
.BgClassName
{
background-color: #D228DB;
}
</style>
border-color css
<style>
span { border-color: #D228DB; }
span { border-color: rgb(210,40,219); }
td.TdClassName
{
border-color: #D228DB;
}
.TagClassName
{
border-color: #D228DB;
}
</style>