Shades of Deep Magenta #D408C2
Tints of Deep Magenta #D408C2
RGB
CMYK
RGB Variations
Color information
#D408C2 (or 0xD408C2) is known color: Deep Magenta. HEX triplet: D4, 08 and C2. RGB value is (212,8,194). Sum of RGB (Red+Green+Blue) = 212+8+194=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D408C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D408C2 is #2BF73D. Grayscale: #595959. Windows color (decimal): -2881342 or 12716244. OLE color: 12716244.
HSL color Cylindrical-coordinate representation of color #D408C2: hue angle of 305.29º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D408C2 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 194 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.17 |
| HSL | 305.29º | 0.93% | 0.43% | - |
| HSV(B) | 305.29º | 0.96% | 0.83% | - |
| XYZ | 36.98 | 18.07 | 52.58 | - |
| YUV | 90.2 | 186.59 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 194 | 0 | 0.96 | 0.08 | 0.17 | 305.29 | 0.93 | 0.43 |
| Hex | D4 | 8 | C2 | 0 | 60 | 8 | 11 | 131 | 5D | 2B |
| Octal | 324 | 10 | 302 | 0 | 140 | 10 | 21 | 461 | 135 | 53 |
| Binary | 11010100 | 1000 | 11000010 | 0 | 1100000 | 1000 | 10001 | 100110001 | 1011101 | 101011 |
Color Harmonies of #D408C2
Complementary color
Monochromatic Colors of #D408C2
Black with #D408C2
Text Example
Text Example
White with #D408C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D408C2; }
p { color: rgb(212,8,194); }
H1.HeaderClassName
{
color: #D408C2;
}
.AnyTagClassName
{
color: #D408C2;
}
</style>
background-color css
<style>
a { background-color: #D408C2; }
a { background-color: rgb(212,8,194); }
div.DivClassName
{
background-color: #D408C2;
}
.BgClassName
{
background-color: #D408C2;
}
</style>
border-color css
<style>
span { border-color: #D408C2; }
span { border-color: rgb(212,8,194); }
td.TdClassName
{
border-color: #D408C2;
}
.TagClassName
{
border-color: #D408C2;
}
</style>