Shades of Deep Magenta #D807DA
Tints of Deep Magenta #D807DA
RGB
CMYK
RGB Variations
Color information
#D807DA (or 0xD807DA) is known color: Deep Magenta. HEX triplet: D8, 07 and DA. RGB value is (216,7,218). Sum of RGB (Red+Green+Blue) = 216+7+218=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #D807DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807DA is #27F825. Grayscale: #5C5C5C. Windows color (decimal): -2619430 or 14288856. OLE color: 14288856.
HSL color Cylindrical-coordinate representation of color #D807DA: hue angle of 299.43º 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 #D807DA is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 218 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.15 |
| HSL | 299.43º | 0.94% | 0.44% | - |
| HSV(B) | 299.43º | 0.97% | 0.85% | - |
| XYZ | 41.05 | 19.81 | 67.99 | - |
| YUV | 93.55 | 198.24 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 218 | 0.01 | 0.97 | 0 | 0.15 | 299.43 | 0.94 | 0.44 |
| Hex | D8 | 7 | DA | 1 | 61 | 0 | F | 12B | 5E | 2C |
| Octal | 330 | 7 | 332 | 1 | 141 | 0 | 17 | 453 | 136 | 54 |
| Binary | 11011000 | 111 | 11011010 | 1 | 1100001 | 0 | 1111 | 100101011 | 1011110 | 101100 |
Color Harmonies of #D807DA
Complementary color
Monochromatic Colors of #D807DA
Black with #D807DA
Text Example
Text Example
White with #D807DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807DA; }
p { color: rgb(216,7,218); }
H1.HeaderClassName
{
color: #D807DA;
}
.AnyTagClassName
{
color: #D807DA;
}
</style>
background-color css
<style>
a { background-color: #D807DA; }
a { background-color: rgb(216,7,218); }
div.DivClassName
{
background-color: #D807DA;
}
.BgClassName
{
background-color: #D807DA;
}
</style>
border-color css
<style>
span { border-color: #D807DA; }
span { border-color: rgb(216,7,218); }
td.TdClassName
{
border-color: #D807DA;
}
.TagClassName
{
border-color: #D807DA;
}
</style>