Shades of Deep Magenta #D403C3
Tints of Deep Magenta #D403C3
RGB
CMYK
RGB Variations
Color information
#D403C3 (or 0xD403C3) is known color: Deep Magenta. HEX triplet: D4, 03 and C3. RGB value is (212,3,195). Sum of RGB (Red+Green+Blue) = 212+3+195=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 195 (76.56% from 255 or 47.56% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D403C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D403C3 is #2BFC3C. Grayscale: #565656. Windows color (decimal): -2882621 or 12780500. OLE color: 12780500.
HSL color Cylindrical-coordinate representation of color #D403C3: hue angle of 304.88º 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 #D403C3 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 195 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.17 |
| HSL | 304.88º | 0.97% | 0.42% | - |
| HSV(B) | 304.88º | 0.99% | 0.83% | - |
| XYZ | 37.03 | 18 | 53.15 | - |
| YUV | 87.38 | 188.74 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 195 | 0 | 0.99 | 0.08 | 0.17 | 304.88 | 0.97 | 0.42 |
| Hex | D4 | 3 | C3 | 0 | 63 | 8 | 11 | 131 | 61 | 2A |
| Octal | 324 | 3 | 303 | 0 | 143 | 10 | 21 | 461 | 141 | 52 |
| Binary | 11010100 | 11 | 11000011 | 0 | 1100011 | 1000 | 10001 | 100110001 | 1100001 | 101010 |
Color Harmonies of #D403C3
Complementary color
Monochromatic Colors of #D403C3
Black with #D403C3
Text Example
Text Example
White with #D403C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D403C3; }
p { color: rgb(212,3,195); }
H1.HeaderClassName
{
color: #D403C3;
}
.AnyTagClassName
{
color: #D403C3;
}
</style>
background-color css
<style>
a { background-color: #D403C3; }
a { background-color: rgb(212,3,195); }
div.DivClassName
{
background-color: #D403C3;
}
.BgClassName
{
background-color: #D403C3;
}
</style>
border-color css
<style>
span { border-color: #D403C3; }
span { border-color: rgb(212,3,195); }
td.TdClassName
{
border-color: #D403C3;
}
.TagClassName
{
border-color: #D403C3;
}
</style>