Shades of Deep Magenta #D425C2
Tints of Deep Magenta #D425C2
RGB
CMYK
RGB Variations
Color information
#D425C2 (or 0xD425C2) is known color: Deep Magenta. HEX triplet: D4, 25 and C2. RGB value is (212,37,194). Sum of RGB (Red+Green+Blue) = 212+37+194=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D425C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D425C2 is #2BDA3D. Grayscale: #6A6A6A. Windows color (decimal): -2873918 or 12723668. OLE color: 12723668.
HSL color Cylindrical-coordinate representation of color #D425C2: hue angle of 306.17º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D425C2 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 194 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.17 |
| HSL | 306.17º | 0.7% | 0.49% | - |
| HSV(B) | 306.17º | 0.83% | 0.83% | - |
| XYZ | 37.55 | 19.22 | 52.77 | - |
| YUV | 107.22 | 176.98 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 194 | 0 | 0.83 | 0.08 | 0.17 | 306.17 | 0.7 | 0.49 |
| Hex | D4 | 25 | C2 | 0 | 53 | 8 | 11 | 132 | 46 | 31 |
| Octal | 324 | 45 | 302 | 0 | 123 | 10 | 21 | 462 | 106 | 61 |
| Binary | 11010100 | 100101 | 11000010 | 0 | 1010011 | 1000 | 10001 | 100110010 | 1000110 | 110001 |
Color Harmonies of #D425C2
Complementary color
Monochromatic Colors of #D425C2
Black with #D425C2
Text Example
Text Example
White with #D425C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D425C2; }
p { color: rgb(212,37,194); }
H1.HeaderClassName
{
color: #D425C2;
}
.AnyTagClassName
{
color: #D425C2;
}
</style>
background-color css
<style>
a { background-color: #D425C2; }
a { background-color: rgb(212,37,194); }
div.DivClassName
{
background-color: #D425C2;
}
.BgClassName
{
background-color: #D425C2;
}
</style>
border-color css
<style>
span { border-color: #D425C2; }
span { border-color: rgb(212,37,194); }
td.TdClassName
{
border-color: #D425C2;
}
.TagClassName
{
border-color: #D425C2;
}
</style>