Shades of Deep Magenta #D414C6
Tints of Deep Magenta #D414C6
RGB
CMYK
RGB Variations
Color information
#D414C6 (or 0xD414C6) is known color: Deep Magenta. HEX triplet: D4, 14 and C6. RGB value is (212,20,198). Sum of RGB (Red+Green+Blue) = 212+20+198=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D414C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414C6 is #2BEB39. Grayscale: #616161. Windows color (decimal): -2878266 or 12981460. OLE color: 12981460.
HSL color Cylindrical-coordinate representation of color #D414C6: hue angle of 304.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D414C6 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 198 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.17 |
| HSL | 304.38º | 0.83% | 0.45% | - |
| HSV(B) | 304.38º | 0.91% | 0.83% | - |
| XYZ | 37.59 | 18.57 | 55.03 | - |
| YUV | 97.7 | 184.61 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 198 | 0 | 0.91 | 0.07 | 0.17 | 304.38 | 0.83 | 0.45 |
| Hex | D4 | 14 | C6 | 0 | 5B | 7 | 11 | 130 | 53 | 2D |
| Octal | 324 | 24 | 306 | 0 | 133 | 7 | 21 | 460 | 123 | 55 |
| Binary | 11010100 | 10100 | 11000110 | 0 | 1011011 | 111 | 10001 | 100110000 | 1010011 | 101101 |
Color Harmonies of #D414C6
Complementary color
Monochromatic Colors of #D414C6
Black with #D414C6
Text Example
Text Example
White with #D414C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D414C6; }
p { color: rgb(212,20,198); }
H1.HeaderClassName
{
color: #D414C6;
}
.AnyTagClassName
{
color: #D414C6;
}
</style>
background-color css
<style>
a { background-color: #D414C6; }
a { background-color: rgb(212,20,198); }
div.DivClassName
{
background-color: #D414C6;
}
.BgClassName
{
background-color: #D414C6;
}
</style>
border-color css
<style>
span { border-color: #D414C6; }
span { border-color: rgb(212,20,198); }
td.TdClassName
{
border-color: #D414C6;
}
.TagClassName
{
border-color: #D414C6;
}
</style>