Shades of Deep Magenta #D107DA
Tints of Deep Magenta #D107DA
RGB
CMYK
RGB Variations
Color information
#D107DA (or 0xD107DA) is known color: Deep Magenta. HEX triplet: D1, 07 and DA. RGB value is (209,7,218). Sum of RGB (Red+Green+Blue) = 209+7+218=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 7 (3.12% from 255 or 1.61% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #D107DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D107DA is #2EF825. Grayscale: #5A5A5A. Windows color (decimal): -3078182 or 14288849. OLE color: 14288849.
HSL color Cylindrical-coordinate representation of color #D107DA: hue angle of 297.44º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D107DA is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 7 | 218 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.15 |
| HSL | 297.44º | 0.94% | 0.44% | - |
| HSV(B) | 297.44º | 0.97% | 0.85% | - |
| XYZ | 39.03 | 18.77 | 67.9 | - |
| YUV | 91.45 | 199.42 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 218 | 0.04 | 0.97 | 0 | 0.15 | 297.44 | 0.94 | 0.44 |
| Hex | D1 | 7 | DA | 4 | 61 | 0 | F | 129 | 5E | 2C |
| Octal | 321 | 7 | 332 | 4 | 141 | 0 | 17 | 451 | 136 | 54 |
| Binary | 11010001 | 111 | 11011010 | 100 | 1100001 | 0 | 1111 | 100101001 | 1011110 | 101100 |
Color Harmonies of #D107DA
Complementary color
Monochromatic Colors of #D107DA
Black with #D107DA
Text Example
Text Example
White with #D107DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D107DA; }
p { color: rgb(209,7,218); }
H1.HeaderClassName
{
color: #D107DA;
}
.AnyTagClassName
{
color: #D107DA;
}
</style>
background-color css
<style>
a { background-color: #D107DA; }
a { background-color: rgb(209,7,218); }
div.DivClassName
{
background-color: #D107DA;
}
.BgClassName
{
background-color: #D107DA;
}
</style>
border-color css
<style>
span { border-color: #D107DA; }
span { border-color: rgb(209,7,218); }
td.TdClassName
{
border-color: #D107DA;
}
.TagClassName
{
border-color: #D107DA;
}
</style>