Shades of Deep Magenta #D227E5
Tints of Deep Magenta #D227E5
RGB
CMYK
RGB Variations
Color information
#D227E5 (or 0xD227E5) is known color: Deep Magenta. HEX triplet: D2, 27 and E5. RGB value is (210,39,229). Sum of RGB (Red+Green+Blue) = 210+39+229=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 229 (89.84% from 255 or 47.91% from 478); Max value from RGB is 229 - color contains mainly: blue. Hex color #D227E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D227E5 is #2DD81A. Grayscale: #6F6F6F. Windows color (decimal): -3004443 or 15017938. OLE color: 15017938.
HSL color Cylindrical-coordinate representation of color #D227E5: hue angle of 294º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D227E5 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 39 | 229 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.10 |
| HSL | 294º | 0.79% | 0.53% | - |
| HSV(B) | 294º | 0.83% | 0.9% | - |
| XYZ | 41.45 | 20.81 | 75.96 | - |
| YUV | 111.79 | 194.15 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 39 | 229 | 0.08 | 0.83 | 0 | 0.10 | 294 | 0.79 | 0.53 |
| Hex | D2 | 27 | E5 | 8 | 53 | 0 | A | 126 | 4F | 35 |
| Octal | 322 | 47 | 345 | 10 | 123 | 0 | 12 | 446 | 117 | 65 |
| Binary | 11010010 | 100111 | 11100101 | 1000 | 1010011 | 0 | 1010 | 100100110 | 1001111 | 110101 |
Color Harmonies of #D227E5
Complementary color
Monochromatic Colors of #D227E5
Black with #D227E5
Text Example
Text Example
White with #D227E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D227E5; }
p { color: rgb(210,39,229); }
H1.HeaderClassName
{
color: #D227E5;
}
.AnyTagClassName
{
color: #D227E5;
}
</style>
background-color css
<style>
a { background-color: #D227E5; }
a { background-color: rgb(210,39,229); }
div.DivClassName
{
background-color: #D227E5;
}
.BgClassName
{
background-color: #D227E5;
}
</style>
border-color css
<style>
span { border-color: #D227E5; }
span { border-color: rgb(210,39,229); }
td.TdClassName
{
border-color: #D227E5;
}
.TagClassName
{
border-color: #D227E5;
}
</style>