Shades of Deep Magenta #D427D1
Tints of Deep Magenta #D427D1
RGB
CMYK
RGB Variations
Color information
#D427D1 (or 0xD427D1) is known color: Deep Magenta. HEX triplet: D4, 27 and D1. RGB value is (212,39,209). Sum of RGB (Red+Green+Blue) = 212+39+209=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D427D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427D1 is #2BD82E. Grayscale: #6D6D6D. Windows color (decimal): -2873391 or 13707220. OLE color: 13707220.
HSL color Cylindrical-coordinate representation of color #D427D1: hue angle of 301.04º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D427D1 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 209 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.17 |
| HSL | 301.04º | 0.69% | 0.49% | - |
| HSV(B) | 301.04º | 0.82% | 0.83% | - |
| XYZ | 39.39 | 20.05 | 62.12 | - |
| YUV | 110.11 | 183.81 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 209 | 0 | 0.82 | 0.01 | 0.17 | 301.04 | 0.69 | 0.49 |
| Hex | D4 | 27 | D1 | 0 | 52 | 1 | 11 | 12D | 45 | 31 |
| Octal | 324 | 47 | 321 | 0 | 122 | 1 | 21 | 455 | 105 | 61 |
| Binary | 11010100 | 100111 | 11010001 | 0 | 1010010 | 1 | 10001 | 100101101 | 1000101 | 110001 |
Color Harmonies of #D427D1
Complementary color
Monochromatic Colors of #D427D1
Black with #D427D1
Text Example
Text Example
White with #D427D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D427D1; }
p { color: rgb(212,39,209); }
H1.HeaderClassName
{
color: #D427D1;
}
.AnyTagClassName
{
color: #D427D1;
}
</style>
background-color css
<style>
a { background-color: #D427D1; }
a { background-color: rgb(212,39,209); }
div.DivClassName
{
background-color: #D427D1;
}
.BgClassName
{
background-color: #D427D1;
}
</style>
border-color css
<style>
span { border-color: #D427D1; }
span { border-color: rgb(212,39,209); }
td.TdClassName
{
border-color: #D427D1;
}
.TagClassName
{
border-color: #D427D1;
}
</style>