Shades of Deep Magenta #D604DD
Tints of Deep Magenta #D604DD
RGB
CMYK
RGB Variations
Color information
#D604DD (or 0xD604DD) is known color: Deep Magenta. HEX triplet: D6, 04 and DD. RGB value is (214,4,221). Sum of RGB (Red+Green+Blue) = 214+4+221=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 4 (1.95% from 255 or 0.91% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #D604DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D604DD is #29FB22. Grayscale: #5A5A5A. Windows color (decimal): -2751267 or 14484694. OLE color: 14484694.
HSL color Cylindrical-coordinate representation of color #D604DD: hue angle of 298.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D604DD is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 4 | 221 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.13 |
| HSL | 298.06º | 0.96% | 0.44% | - |
| HSV(B) | 298.06º | 0.98% | 0.87% | - |
| XYZ | 40.83 | 19.6 | 70.04 | - |
| YUV | 91.53 | 201.07 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 221 | 0.03 | 0.98 | 0 | 0.13 | 298.06 | 0.96 | 0.44 |
| Hex | D6 | 4 | DD | 3 | 62 | 0 | D | 12A | 60 | 2C |
| Octal | 326 | 4 | 335 | 3 | 142 | 0 | 15 | 452 | 140 | 54 |
| Binary | 11010110 | 100 | 11011101 | 11 | 1100010 | 0 | 1101 | 100101010 | 1100000 | 101100 |
Color Harmonies of #D604DD
Complementary color
Monochromatic Colors of #D604DD
Black with #D604DD
Text Example
Text Example
White with #D604DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D604DD; }
p { color: rgb(214,4,221); }
H1.HeaderClassName
{
color: #D604DD;
}
.AnyTagClassName
{
color: #D604DD;
}
</style>
background-color css
<style>
a { background-color: #D604DD; }
a { background-color: rgb(214,4,221); }
div.DivClassName
{
background-color: #D604DD;
}
.BgClassName
{
background-color: #D604DD;
}
</style>
border-color css
<style>
span { border-color: #D604DD; }
span { border-color: rgb(214,4,221); }
td.TdClassName
{
border-color: #D604DD;
}
.TagClassName
{
border-color: #D604DD;
}
</style>