Shades of Deep Magenta #D308E0
Tints of Deep Magenta #D308E0
RGB
CMYK
RGB Variations
Color information
#D308E0 (or 0xD308E0) is known color: Deep Magenta. HEX triplet: D3, 08 and E0. RGB value is (211,8,224). Sum of RGB (Red+Green+Blue) = 211+8+224=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #D308E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D308E0 is #2CF71F. Grayscale: #5C5C5C. Windows color (decimal): -2946848 or 14682323. OLE color: 14682323.
HSL color Cylindrical-coordinate representation of color #D308E0: hue angle of 296.39º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D308E0 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 8 | 224 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.12 |
| HSL | 296.39º | 0.93% | 0.45% | - |
| HSV(B) | 296.39º | 0.96% | 0.88% | - |
| XYZ | 40.41 | 19.4 | 72.14 | - |
| YUV | 93.32 | 201.75 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 224 | 0.06 | 0.96 | 0 | 0.12 | 296.39 | 0.93 | 0.45 |
| Hex | D3 | 8 | E0 | 6 | 60 | 0 | C | 128 | 5D | 2D |
| Octal | 323 | 10 | 340 | 6 | 140 | 0 | 14 | 450 | 135 | 55 |
| Binary | 11010011 | 1000 | 11100000 | 110 | 1100000 | 0 | 1100 | 100101000 | 1011101 | 101101 |
Color Harmonies of #D308E0
Complementary color
Monochromatic Colors of #D308E0
Black with #D308E0
Text Example
Text Example
White with #D308E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D308E0; }
p { color: rgb(211,8,224); }
H1.HeaderClassName
{
color: #D308E0;
}
.AnyTagClassName
{
color: #D308E0;
}
</style>
background-color css
<style>
a { background-color: #D308E0; }
a { background-color: rgb(211,8,224); }
div.DivClassName
{
background-color: #D308E0;
}
.BgClassName
{
background-color: #D308E0;
}
</style>
border-color css
<style>
span { border-color: #D308E0; }
span { border-color: rgb(211,8,224); }
td.TdClassName
{
border-color: #D308E0;
}
.TagClassName
{
border-color: #D308E0;
}
</style>