Shades of Deep Magenta #D227DB
Tints of Deep Magenta #D227DB
RGB
CMYK
RGB Variations
Color information
#D227DB (or 0xD227DB) is known color: Deep Magenta. HEX triplet: D2, 27 and DB. RGB value is (210,39,219). Sum of RGB (Red+Green+Blue) = 210+39+219=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #D227DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D227DB is #2DD824. Grayscale: #6E6E6E. Windows color (decimal): -3004453 or 14362578. OLE color: 14362578.
HSL color Cylindrical-coordinate representation of color #D227DB: hue angle of 297º 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 #D227DB is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 39 | 219 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.14 |
| HSL | 297º | 0.71% | 0.51% | - |
| HSV(B) | 297º | 0.82% | 0.86% | - |
| XYZ | 40.09 | 20.27 | 68.82 | - |
| YUV | 110.65 | 189.15 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 219 | 0.04 | 0.82 | 0 | 0.14 | 297 | 0.71 | 0.51 |
| Hex | D2 | 27 | DB | 4 | 52 | 0 | E | 129 | 47 | 33 |
| Octal | 322 | 47 | 333 | 4 | 122 | 0 | 16 | 451 | 107 | 63 |
| Binary | 11010010 | 100111 | 11011011 | 100 | 1010010 | 0 | 1110 | 100101001 | 1000111 | 110011 |
Color Harmonies of #D227DB
Complementary color
Monochromatic Colors of #D227DB
Black with #D227DB
Text Example
Text Example
White with #D227DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227DB; }
p { color: rgb(210,39,219); }
H1.HeaderClassName
{
color: #D227DB;
}
.AnyTagClassName
{
color: #D227DB;
}
</style>
background-color css
<style>
a { background-color: #D227DB; }
a { background-color: rgb(210,39,219); }
div.DivClassName
{
background-color: #D227DB;
}
.BgClassName
{
background-color: #D227DB;
}
</style>
border-color css
<style>
span { border-color: #D227DB; }
span { border-color: rgb(210,39,219); }
td.TdClassName
{
border-color: #D227DB;
}
.TagClassName
{
border-color: #D227DB;
}
</style>