Shades of Deep Magenta #D307DE
Tints of Deep Magenta #D307DE
RGB
CMYK
RGB Variations
Color information
#D307DE (or 0xD307DE) is known color: Deep Magenta. HEX triplet: D3, 07 and DE. RGB value is (211,7,222). Sum of RGB (Red+Green+Blue) = 211+7+222=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #D307DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D307DE is #2CF821. Grayscale: #5B5B5B. Windows color (decimal): -2947106 or 14550995. OLE color: 14550995.
HSL color Cylindrical-coordinate representation of color #D307DE: hue angle of 296.93º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D307DE is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 7 | 222 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.13 |
| HSL | 296.93º | 0.94% | 0.45% | - |
| HSV(B) | 296.93º | 0.97% | 0.87% | - |
| XYZ | 40.12 | 19.27 | 70.71 | - |
| YUV | 92.51 | 201.09 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 222 | 0.05 | 0.97 | 0 | 0.13 | 296.93 | 0.94 | 0.45 |
| Hex | D3 | 7 | DE | 5 | 61 | 0 | D | 129 | 5E | 2D |
| Octal | 323 | 7 | 336 | 5 | 141 | 0 | 15 | 451 | 136 | 55 |
| Binary | 11010011 | 111 | 11011110 | 101 | 1100001 | 0 | 1101 | 100101001 | 1011110 | 101101 |
Color Harmonies of #D307DE
Complementary color
Monochromatic Colors of #D307DE
Black with #D307DE
Text Example
Text Example
White with #D307DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307DE; }
p { color: rgb(211,7,222); }
H1.HeaderClassName
{
color: #D307DE;
}
.AnyTagClassName
{
color: #D307DE;
}
</style>
background-color css
<style>
a { background-color: #D307DE; }
a { background-color: rgb(211,7,222); }
div.DivClassName
{
background-color: #D307DE;
}
.BgClassName
{
background-color: #D307DE;
}
</style>
border-color css
<style>
span { border-color: #D307DE; }
span { border-color: rgb(211,7,222); }
td.TdClassName
{
border-color: #D307DE;
}
.TagClassName
{
border-color: #D307DE;
}
</style>