Shades of Deep Magenta #D227DC
Tints of Deep Magenta #D227DC
RGB
CMYK
RGB Variations
Color information
#D227DC (or 0xD227DC) is known color: Deep Magenta. HEX triplet: D2, 27 and DC. RGB value is (210,39,220). Sum of RGB (Red+Green+Blue) = 210+39+220=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #D227DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D227DC is #2DD823. Grayscale: #6E6E6E. Windows color (decimal): -3004452 or 14428114. OLE color: 14428114.
HSL color Cylindrical-coordinate representation of color #D227DC: hue angle of 296.69º 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 #D227DC is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 39 | 220 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.14 |
| HSL | 296.69º | 0.72% | 0.51% | - |
| HSV(B) | 296.69º | 0.82% | 0.86% | - |
| XYZ | 40.22 | 20.32 | 69.51 | - |
| YUV | 110.76 | 189.65 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 220 | 0.05 | 0.82 | 0 | 0.14 | 296.69 | 0.72 | 0.51 |
| Hex | D2 | 27 | DC | 5 | 52 | 0 | E | 129 | 48 | 33 |
| Octal | 322 | 47 | 334 | 5 | 122 | 0 | 16 | 451 | 110 | 63 |
| Binary | 11010010 | 100111 | 11011100 | 101 | 1010010 | 0 | 1110 | 100101001 | 1001000 | 110011 |
Color Harmonies of #D227DC
Complementary color
Monochromatic Colors of #D227DC
Black with #D227DC
Text Example
Text Example
White with #D227DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227DC; }
p { color: rgb(210,39,220); }
H1.HeaderClassName
{
color: #D227DC;
}
.AnyTagClassName
{
color: #D227DC;
}
</style>
background-color css
<style>
a { background-color: #D227DC; }
a { background-color: rgb(210,39,220); }
div.DivClassName
{
background-color: #D227DC;
}
.BgClassName
{
background-color: #D227DC;
}
</style>
border-color css
<style>
span { border-color: #D227DC; }
span { border-color: rgb(210,39,220); }
td.TdClassName
{
border-color: #D227DC;
}
.TagClassName
{
border-color: #D227DC;
}
</style>