Shades of Deep Magenta #D604D1
Tints of Deep Magenta #D604D1
RGB
CMYK
RGB Variations
Color information
#D604D1 (or 0xD604D1) is known color: Deep Magenta. HEX triplet: D6, 04 and D1. RGB value is (214,4,209). Sum of RGB (Red+Green+Blue) = 214+4+209=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 209 (82.03% from 255 or 48.95% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D604D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D604D1 is #29FB2E. Grayscale: #595959. Windows color (decimal): -2751279 or 13698262. OLE color: 13698262.
HSL color Cylindrical-coordinate representation of color #D604D1: hue angle of 301.43º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D604D1 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 209 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.16 |
| HSL | 301.43º | 0.96% | 0.43% | - |
| HSV(B) | 301.43º | 0.98% | 0.84% | - |
| XYZ | 39.28 | 18.99 | 61.92 | - |
| YUV | 90.16 | 195.07 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 209 | 0 | 0.98 | 0.02 | 0.16 | 301.43 | 0.96 | 0.43 |
| Hex | D6 | 4 | D1 | 0 | 62 | 2 | 10 | 12D | 60 | 2B |
| Octal | 326 | 4 | 321 | 0 | 142 | 2 | 20 | 455 | 140 | 53 |
| Binary | 11010110 | 100 | 11010001 | 0 | 1100010 | 10 | 10000 | 100101101 | 1100000 | 101011 |
Color Harmonies of #D604D1
Complementary color
Monochromatic Colors of #D604D1
Black with #D604D1
Text Example
Text Example
White with #D604D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D604D1; }
p { color: rgb(214,4,209); }
H1.HeaderClassName
{
color: #D604D1;
}
.AnyTagClassName
{
color: #D604D1;
}
</style>
background-color css
<style>
a { background-color: #D604D1; }
a { background-color: rgb(214,4,209); }
div.DivClassName
{
background-color: #D604D1;
}
.BgClassName
{
background-color: #D604D1;
}
</style>
border-color css
<style>
span { border-color: #D604D1; }
span { border-color: rgb(214,4,209); }
td.TdClassName
{
border-color: #D604D1;
}
.TagClassName
{
border-color: #D604D1;
}
</style>