Shades of Deep Magenta #D003D4
Tints of Deep Magenta #D003D4
RGB
CMYK
RGB Variations
Color information
#D003D4 (or 0xD003D4) is known color: Deep Magenta. HEX triplet: D0, 03 and D4. RGB value is (208,3,212). Sum of RGB (Red+Green+Blue) = 208+3+212=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #D003D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D003D4 is #2FFC2B. Grayscale: #575757. Windows color (decimal): -3144748 or 13894608. OLE color: 13894608.
HSL color Cylindrical-coordinate representation of color #D003D4: hue angle of 298.85º 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 #D003D4 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 3 | 212 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.17 |
| HSL | 298.85º | 0.97% | 0.42% | - |
| HSV(B) | 298.85º | 0.99% | 0.83% | - |
| XYZ | 37.93 | 18.23 | 63.81 | - |
| YUV | 88.12 | 197.92 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 212 | 0.02 | 0.99 | 0 | 0.17 | 298.85 | 0.97 | 0.42 |
| Hex | D0 | 3 | D4 | 2 | 63 | 0 | 11 | 12B | 61 | 2A |
| Octal | 320 | 3 | 324 | 2 | 143 | 0 | 21 | 453 | 141 | 52 |
| Binary | 11010000 | 11 | 11010100 | 10 | 1100011 | 0 | 10001 | 100101011 | 1100001 | 101010 |
Color Harmonies of #D003D4
Complementary color
Monochromatic Colors of #D003D4
Black with #D003D4
Text Example
Text Example
White with #D003D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003D4; }
p { color: rgb(208,3,212); }
H1.HeaderClassName
{
color: #D003D4;
}
.AnyTagClassName
{
color: #D003D4;
}
</style>
background-color css
<style>
a { background-color: #D003D4; }
a { background-color: rgb(208,3,212); }
div.DivClassName
{
background-color: #D003D4;
}
.BgClassName
{
background-color: #D003D4;
}
</style>
border-color css
<style>
span { border-color: #D003D4; }
span { border-color: rgb(208,3,212); }
td.TdClassName
{
border-color: #D003D4;
}
.TagClassName
{
border-color: #D003D4;
}
</style>