Shades of Deep Magenta #D426DA
Tints of Deep Magenta #D426DA
RGB
CMYK
RGB Variations
Color information
#D426DA (or 0xD426DA) is known color: Deep Magenta. HEX triplet: D4, 26 and DA. RGB value is (212,38,218). Sum of RGB (Red+Green+Blue) = 212+38+218=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #D426DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D426DA is #2BD925. Grayscale: #6E6E6E. Windows color (decimal): -2873638 or 14296788. OLE color: 14296788.
HSL color Cylindrical-coordinate representation of color #D426DA: hue angle of 298º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D426DA is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 38 | 218 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.15 |
| HSL | 298º | 0.71% | 0.5% | - |
| HSV(B) | 298º | 0.83% | 0.85% | - |
| XYZ | 40.5 | 20.45 | 68.14 | - |
| YUV | 110.55 | 188.65 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 218 | 0.03 | 0.83 | 0 | 0.15 | 298 | 0.71 | 0.5 |
| Hex | D4 | 26 | DA | 3 | 53 | 0 | F | 12A | 47 | 32 |
| Octal | 324 | 46 | 332 | 3 | 123 | 0 | 17 | 452 | 107 | 62 |
| Binary | 11010100 | 100110 | 11011010 | 11 | 1010011 | 0 | 1111 | 100101010 | 1000111 | 110010 |
Color Harmonies of #D426DA
Complementary color
Monochromatic Colors of #D426DA
Black with #D426DA
Text Example
Text Example
White with #D426DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D426DA; }
p { color: rgb(212,38,218); }
H1.HeaderClassName
{
color: #D426DA;
}
.AnyTagClassName
{
color: #D426DA;
}
</style>
background-color css
<style>
a { background-color: #D426DA; }
a { background-color: rgb(212,38,218); }
div.DivClassName
{
background-color: #D426DA;
}
.BgClassName
{
background-color: #D426DA;
}
</style>
border-color css
<style>
span { border-color: #D426DA; }
span { border-color: rgb(212,38,218); }
td.TdClassName
{
border-color: #D426DA;
}
.TagClassName
{
border-color: #D426DA;
}
</style>