Shades of Deep Magenta #D227E0
Tints of Deep Magenta #D227E0
RGB
CMYK
RGB Variations
Color information
#D227E0 (or 0xD227E0) is known color: Deep Magenta. HEX triplet: D2, 27 and E0. RGB value is (210,39,224). Sum of RGB (Red+Green+Blue) = 210+39+224=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #D227E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D227E0 is #2DD81F. Grayscale: #6E6E6E. Windows color (decimal): -3004448 or 14690258. OLE color: 14690258.
HSL color Cylindrical-coordinate representation of color #D227E0: hue angle of 295.46º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D227E0 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 39 | 224 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.12 |
| HSL | 295.46º | 0.75% | 0.52% | - |
| HSV(B) | 295.46º | 0.83% | 0.88% | - |
| XYZ | 40.76 | 20.53 | 72.34 | - |
| YUV | 111.22 | 191.65 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 224 | 0.06 | 0.83 | 0 | 0.12 | 295.46 | 0.75 | 0.52 |
| Hex | D2 | 27 | E0 | 6 | 53 | 0 | C | 127 | 4B | 34 |
| Octal | 322 | 47 | 340 | 6 | 123 | 0 | 14 | 447 | 113 | 64 |
| Binary | 11010010 | 100111 | 11100000 | 110 | 1010011 | 0 | 1100 | 100100111 | 1001011 | 110100 |
Color Harmonies of #D227E0
Complementary color
Monochromatic Colors of #D227E0
Black with #D227E0
Text Example
Text Example
White with #D227E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227E0; }
p { color: rgb(210,39,224); }
H1.HeaderClassName
{
color: #D227E0;
}
.AnyTagClassName
{
color: #D227E0;
}
</style>
background-color css
<style>
a { background-color: #D227E0; }
a { background-color: rgb(210,39,224); }
div.DivClassName
{
background-color: #D227E0;
}
.BgClassName
{
background-color: #D227E0;
}
</style>
border-color css
<style>
span { border-color: #D227E0; }
span { border-color: rgb(210,39,224); }
td.TdClassName
{
border-color: #D227E0;
}
.TagClassName
{
border-color: #D227E0;
}
</style>