Shades of Deep Magenta #D306E1
Tints of Deep Magenta #D306E1
RGB
CMYK
RGB Variations
Color information
#D306E1 (or 0xD306E1) is known color: Deep Magenta. HEX triplet: D3, 06 and E1. RGB value is (211,6,225). Sum of RGB (Red+Green+Blue) = 211+6+225=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 225 (88.28% from 255 or 50.90% from 442); Max value from RGB is 225 - color contains mainly: blue. Hex color #D306E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D306E1 is #2CF91E. Grayscale: #5B5B5B. Windows color (decimal): -2947359 or 14747347. OLE color: 14747347.
HSL color Cylindrical-coordinate representation of color #D306E1: hue angle of 296.16º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D306E1 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 6 | 225 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.12 |
| HSL | 296.16º | 0.95% | 0.45% | - |
| HSV(B) | 296.16º | 0.97% | 0.88% | - |
| XYZ | 40.52 | 19.42 | 72.85 | - |
| YUV | 92.26 | 202.92 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 225 | 0.06 | 0.97 | 0 | 0.12 | 296.16 | 0.95 | 0.45 |
| Hex | D3 | 6 | E1 | 6 | 61 | 0 | C | 128 | 5F | 2D |
| Octal | 323 | 6 | 341 | 6 | 141 | 0 | 14 | 450 | 137 | 55 |
| Binary | 11010011 | 110 | 11100001 | 110 | 1100001 | 0 | 1100 | 100101000 | 1011111 | 101101 |
Color Harmonies of #D306E1
Complementary color
Monochromatic Colors of #D306E1
Black with #D306E1
Text Example
Text Example
White with #D306E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D306E1; }
p { color: rgb(211,6,225); }
H1.HeaderClassName
{
color: #D306E1;
}
.AnyTagClassName
{
color: #D306E1;
}
</style>
background-color css
<style>
a { background-color: #D306E1; }
a { background-color: rgb(211,6,225); }
div.DivClassName
{
background-color: #D306E1;
}
.BgClassName
{
background-color: #D306E1;
}
</style>
border-color css
<style>
span { border-color: #D306E1; }
span { border-color: rgb(211,6,225); }
td.TdClassName
{
border-color: #D306E1;
}
.TagClassName
{
border-color: #D306E1;
}
</style>