Shades of Deep Magenta #D604BE
Tints of Deep Magenta #D604BE
RGB
CMYK
RGB Variations
Color information
#D604BE (or 0xD604BE) is known color: Deep Magenta. HEX triplet: D6, 04 and BE. RGB value is (214,4,190). Sum of RGB (Red+Green+Blue) = 214+4+190=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D604BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D604BE is #29FB41. Grayscale: #575757. Windows color (decimal): -2751298 or 12453078. OLE color: 12453078.
HSL color Cylindrical-coordinate representation of color #D604BE: hue angle of 306.86º 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 #D604BE is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 190 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.16 |
| HSL | 306.86º | 0.96% | 0.43% | - |
| HSV(B) | 306.86º | 0.98% | 0.84% | - |
| XYZ | 37.07 | 18.1 | 50.26 | - |
| YUV | 87.99 | 185.57 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 190 | 0 | 0.98 | 0.11 | 0.16 | 306.86 | 0.96 | 0.43 |
| Hex | D6 | 4 | BE | 0 | 62 | B | 10 | 133 | 60 | 2B |
| Octal | 326 | 4 | 276 | 0 | 142 | 13 | 20 | 463 | 140 | 53 |
| Binary | 11010110 | 100 | 10111110 | 0 | 1100010 | 1011 | 10000 | 100110011 | 1100000 | 101011 |
Color Harmonies of #D604BE
Complementary color
Monochromatic Colors of #D604BE
Black with #D604BE
Text Example
Text Example
White with #D604BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D604BE; }
p { color: rgb(214,4,190); }
H1.HeaderClassName
{
color: #D604BE;
}
.AnyTagClassName
{
color: #D604BE;
}
</style>
background-color css
<style>
a { background-color: #D604BE; }
a { background-color: rgb(214,4,190); }
div.DivClassName
{
background-color: #D604BE;
}
.BgClassName
{
background-color: #D604BE;
}
</style>
border-color css
<style>
span { border-color: #D604BE; }
span { border-color: rgb(214,4,190); }
td.TdClassName
{
border-color: #D604BE;
}
.TagClassName
{
border-color: #D604BE;
}
</style>