Shades of Deep Magenta #D403C2
Tints of Deep Magenta #D403C2
RGB
CMYK
RGB Variations
Color information
#D403C2 (or 0xD403C2) is known color: Deep Magenta. HEX triplet: D4, 03 and C2. RGB value is (212,3,194). Sum of RGB (Red+Green+Blue) = 212+3+194=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 3 (1.56% from 255 or 0.73% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D403C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D403C2 is #2BFC3D. Grayscale: #565656. Windows color (decimal): -2882622 or 12714964. OLE color: 12714964.
HSL color Cylindrical-coordinate representation of color #D403C2: hue angle of 305.17º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D403C2 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 194 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.17 |
| HSL | 305.17º | 0.97% | 0.42% | - |
| HSV(B) | 305.17º | 0.99% | 0.83% | - |
| XYZ | 36.92 | 17.96 | 52.56 | - |
| YUV | 87.27 | 188.24 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 194 | 0 | 0.99 | 0.08 | 0.17 | 305.17 | 0.97 | 0.42 |
| Hex | D4 | 3 | C2 | 0 | 63 | 8 | 11 | 131 | 61 | 2A |
| Octal | 324 | 3 | 302 | 0 | 143 | 10 | 21 | 461 | 141 | 52 |
| Binary | 11010100 | 11 | 11000010 | 0 | 1100011 | 1000 | 10001 | 100110001 | 1100001 | 101010 |
Color Harmonies of #D403C2
Complementary color
Monochromatic Colors of #D403C2
Black with #D403C2
Text Example
Text Example
White with #D403C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D403C2; }
p { color: rgb(212,3,194); }
H1.HeaderClassName
{
color: #D403C2;
}
.AnyTagClassName
{
color: #D403C2;
}
</style>
background-color css
<style>
a { background-color: #D403C2; }
a { background-color: rgb(212,3,194); }
div.DivClassName
{
background-color: #D403C2;
}
.BgClassName
{
background-color: #D403C2;
}
</style>
border-color css
<style>
span { border-color: #D403C2; }
span { border-color: rgb(212,3,194); }
td.TdClassName
{
border-color: #D403C2;
}
.TagClassName
{
border-color: #D403C2;
}
</style>