Shades of Deep Magenta #D300E5
Tints of Deep Magenta #D300E5
RGB
CMYK
RGB Variations
Color information
#D300E5 (or 0xD300E5) is known color: Deep Magenta. HEX triplet: D3, 00 and E5. RGB value is (211,0,229). Sum of RGB (Red+Green+Blue) = 211+0+229=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #D300E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D300E5 is #2CFF1A. Grayscale: #585858. Windows color (decimal): -2948891 or 15007955. OLE color: 15007955.
HSL color Cylindrical-coordinate representation of color #D300E5: hue angle of 295.28º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300E5 is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 0 | 229 | - |
| CMYK | 0.08 | 1 | 0 | 0.10 |
| HSL | 295.28º | 1% | 0.45% | - |
| HSV(B) | 295.28º | 1% | 0.9% | - |
| XYZ | 41.01 | 19.51 | 75.73 | - |
| YUV | 89.2 | 206.9 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 229 | 0.08 | 1 | 0 | 0.10 | 295.28 | 1 | 0.45 |
| Hex | D3 | 0 | E5 | 8 | 64 | 0 | A | 127 | 64 | 2D |
| Octal | 323 | 0 | 345 | 10 | 144 | 0 | 12 | 447 | 144 | 55 |
| Binary | 11010011 | 0 | 11100101 | 1000 | 1100100 | 0 | 1010 | 100100111 | 1100100 | 101101 |
Color Harmonies of #D300E5
Complementary color
Monochromatic Colors of #D300E5
Black with #D300E5
Text Example
Text Example
White with #D300E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300E5; }
p { color: rgb(211,0,229); }
H1.HeaderClassName
{
color: #D300E5;
}
.AnyTagClassName
{
color: #D300E5;
}
</style>
background-color css
<style>
a { background-color: #D300E5; }
a { background-color: rgb(211,0,229); }
div.DivClassName
{
background-color: #D300E5;
}
.BgClassName
{
background-color: #D300E5;
}
</style>
border-color css
<style>
span { border-color: #D300E5; }
span { border-color: rgb(211,0,229); }
td.TdClassName
{
border-color: #D300E5;
}
.TagClassName
{
border-color: #D300E5;
}
</style>