Shades of Deep Magenta #D00AD4
Tints of Deep Magenta #D00AD4
RGB
CMYK
RGB Variations
Color information
#D00AD4 (or 0xD00AD4) is known color: Deep Magenta. HEX triplet: D0, 0A and D4. RGB value is (208,10,212). Sum of RGB (Red+Green+Blue) = 208+10+212=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #D00AD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00AD4 is #2FF52B. Grayscale: #5B5B5B. Windows color (decimal): -3142956 or 13896400. OLE color: 13896400.
HSL color Cylindrical-coordinate representation of color #D00AD4: hue angle of 298.81º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00AD4 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 10 | 212 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.17 |
| HSL | 298.81º | 0.91% | 0.44% | - |
| HSV(B) | 298.81º | 0.95% | 0.83% | - |
| XYZ | 38 | 18.38 | 63.83 | - |
| YUV | 92.23 | 195.6 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 212 | 0.02 | 0.95 | 0 | 0.17 | 298.81 | 0.91 | 0.44 |
| Hex | D0 | A | D4 | 2 | 5F | 0 | 11 | 12B | 5B | 2C |
| Octal | 320 | 12 | 324 | 2 | 137 | 0 | 21 | 453 | 133 | 54 |
| Binary | 11010000 | 1010 | 11010100 | 10 | 1011111 | 0 | 10001 | 100101011 | 1011011 | 101100 |
Color Harmonies of #D00AD4
Complementary color
Monochromatic Colors of #D00AD4
Black with #D00AD4
Text Example
Text Example
White with #D00AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00AD4; }
p { color: rgb(208,10,212); }
H1.HeaderClassName
{
color: #D00AD4;
}
.AnyTagClassName
{
color: #D00AD4;
}
</style>
background-color css
<style>
a { background-color: #D00AD4; }
a { background-color: rgb(208,10,212); }
div.DivClassName
{
background-color: #D00AD4;
}
.BgClassName
{
background-color: #D00AD4;
}
</style>
border-color css
<style>
span { border-color: #D00AD4; }
span { border-color: rgb(208,10,212); }
td.TdClassName
{
border-color: #D00AD4;
}
.TagClassName
{
border-color: #D00AD4;
}
</style>