Shades of Deep Magenta #D427DA
Tints of Deep Magenta #D427DA
RGB
CMYK
RGB Variations
Color information
#D427DA (or 0xD427DA) is known color: Deep Magenta. HEX triplet: D4, 27 and DA. RGB value is (212,39,218). Sum of RGB (Red+Green+Blue) = 212+39+218=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 39 (15.62% from 255 or 8.32% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #D427DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427DA is #2BD825. Grayscale: #6E6E6E. Windows color (decimal): -2873382 or 14297044. OLE color: 14297044.
HSL color Cylindrical-coordinate representation of color #D427DA: hue angle of 297.99º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D427DA is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 39 | 218 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.15 |
| HSL | 297.99º | 0.71% | 0.5% | - |
| HSV(B) | 297.99º | 0.82% | 0.85% | - |
| XYZ | 40.53 | 20.51 | 68.15 | - |
| YUV | 111.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 218 | 0.03 | 0.82 | 0 | 0.15 | 297.99 | 0.71 | 0.5 |
| Hex | D4 | 27 | DA | 3 | 52 | 0 | F | 12A | 47 | 32 |
| Octal | 324 | 47 | 332 | 3 | 122 | 0 | 17 | 452 | 107 | 62 |
| Binary | 11010100 | 100111 | 11011010 | 11 | 1010010 | 0 | 1111 | 100101010 | 1000111 | 110010 |
Color Harmonies of #D427DA
Complementary color
Monochromatic Colors of #D427DA
Black with #D427DA
Text Example
Text Example
White with #D427DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D427DA; }
p { color: rgb(212,39,218); }
H1.HeaderClassName
{
color: #D427DA;
}
.AnyTagClassName
{
color: #D427DA;
}
</style>
background-color css
<style>
a { background-color: #D427DA; }
a { background-color: rgb(212,39,218); }
div.DivClassName
{
background-color: #D427DA;
}
.BgClassName
{
background-color: #D427DA;
}
</style>
border-color css
<style>
span { border-color: #D427DA; }
span { border-color: rgb(212,39,218); }
td.TdClassName
{
border-color: #D427DA;
}
.TagClassName
{
border-color: #D427DA;
}
</style>