Shades of Deep Magenta #D405D7
Tints of Deep Magenta #D405D7
RGB
CMYK
RGB Variations
Color information
#D405D7 (or 0xD405D7) is known color: Deep Magenta. HEX triplet: D4, 05 and D7. RGB value is (212,5,215). Sum of RGB (Red+Green+Blue) = 212+5+215=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #D405D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D405D7 is #2BFA28. Grayscale: #5A5A5A. Windows color (decimal): -2882089 or 14091732. OLE color: 14091732.
HSL color Cylindrical-coordinate representation of color #D405D7: hue angle of 299.14º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405D7 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 5 | 215 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.16 |
| HSL | 299.14º | 0.95% | 0.43% | - |
| HSV(B) | 299.14º | 0.98% | 0.84% | - |
| XYZ | 39.47 | 19.01 | 65.88 | - |
| YUV | 90.83 | 198.08 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 215 | 0.01 | 0.98 | 0 | 0.16 | 299.14 | 0.95 | 0.43 |
| Hex | D4 | 5 | D7 | 1 | 62 | 0 | 10 | 12B | 5F | 2B |
| Octal | 324 | 5 | 327 | 1 | 142 | 0 | 20 | 453 | 137 | 53 |
| Binary | 11010100 | 101 | 11010111 | 1 | 1100010 | 0 | 10000 | 100101011 | 1011111 | 101011 |
Color Harmonies of #D405D7
Complementary color
Monochromatic Colors of #D405D7
Black with #D405D7
Text Example
Text Example
White with #D405D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405D7; }
p { color: rgb(212,5,215); }
H1.HeaderClassName
{
color: #D405D7;
}
.AnyTagClassName
{
color: #D405D7;
}
</style>
background-color css
<style>
a { background-color: #D405D7; }
a { background-color: rgb(212,5,215); }
div.DivClassName
{
background-color: #D405D7;
}
.BgClassName
{
background-color: #D405D7;
}
</style>
border-color css
<style>
span { border-color: #D405D7; }
span { border-color: rgb(212,5,215); }
td.TdClassName
{
border-color: #D405D7;
}
.TagClassName
{
border-color: #D405D7;
}
</style>