Shades of Deep Magenta #D307DF
Tints of Deep Magenta #D307DF
RGB
CMYK
RGB Variations
Color information
#D307DF (or 0xD307DF) is known color: Deep Magenta. HEX triplet: D3, 07 and DF. RGB value is (211,7,223). Sum of RGB (Red+Green+Blue) = 211+7+223=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #D307DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D307DF is #2CF820. Grayscale: #5B5B5B. Windows color (decimal): -2947105 or 14616531. OLE color: 14616531.
HSL color Cylindrical-coordinate representation of color #D307DF: hue angle of 296.67º 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 #D307DF is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 7 | 223 | - |
| CMYK | 0.05 | 0.97 | 0 | 0.13 |
| HSL | 296.67º | 0.94% | 0.45% | - |
| HSV(B) | 296.67º | 0.97% | 0.87% | - |
| XYZ | 40.26 | 19.33 | 71.42 | - |
| YUV | 92.62 | 201.59 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 223 | 0.05 | 0.97 | 0 | 0.13 | 296.67 | 0.94 | 0.45 |
| Hex | D3 | 7 | DF | 5 | 61 | 0 | D | 129 | 5E | 2D |
| Octal | 323 | 7 | 337 | 5 | 141 | 0 | 15 | 451 | 136 | 55 |
| Binary | 11010011 | 111 | 11011111 | 101 | 1100001 | 0 | 1101 | 100101001 | 1011110 | 101101 |
Color Harmonies of #D307DF
Complementary color
Monochromatic Colors of #D307DF
Black with #D307DF
Text Example
Text Example
White with #D307DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D307DF; }
p { color: rgb(211,7,223); }
H1.HeaderClassName
{
color: #D307DF;
}
.AnyTagClassName
{
color: #D307DF;
}
</style>
background-color css
<style>
a { background-color: #D307DF; }
a { background-color: rgb(211,7,223); }
div.DivClassName
{
background-color: #D307DF;
}
.BgClassName
{
background-color: #D307DF;
}
</style>
border-color css
<style>
span { border-color: #D307DF; }
span { border-color: rgb(211,7,223); }
td.TdClassName
{
border-color: #D307DF;
}
.TagClassName
{
border-color: #D307DF;
}
</style>