Shades of Deep Magenta #D604BC
Tints of Deep Magenta #D604BC
RGB
CMYK
RGB Variations
Color information
#D604BC (or 0xD604BC) is known color: Deep Magenta. HEX triplet: D6, 04 and BC. RGB value is (214,4,188). Sum of RGB (Red+Green+Blue) = 214+4+188=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D604BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D604BC is #29FB43. Grayscale: #575757. Windows color (decimal): -2751300 or 12322006. OLE color: 12322006.
HSL color Cylindrical-coordinate representation of color #D604BC: hue angle of 307.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 #D604BC is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.16 |
| HSL | 307.43º | 0.96% | 0.43% | - |
| HSV(B) | 307.43º | 0.98% | 0.84% | - |
| XYZ | 36.85 | 18.01 | 49.11 | - |
| YUV | 87.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 188 | 0 | 0.98 | 0.12 | 0.16 | 307.43 | 0.96 | 0.43 |
| Hex | D6 | 4 | BC | 0 | 62 | C | 10 | 133 | 60 | 2B |
| Octal | 326 | 4 | 274 | 0 | 142 | 14 | 20 | 463 | 140 | 53 |
| Binary | 11010110 | 100 | 10111100 | 0 | 1100010 | 1100 | 10000 | 100110011 | 1100000 | 101011 |
Color Harmonies of #D604BC
Complementary color
Monochromatic Colors of #D604BC
Black with #D604BC
Text Example
Text Example
White with #D604BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D604BC; }
p { color: rgb(214,4,188); }
H1.HeaderClassName
{
color: #D604BC;
}
.AnyTagClassName
{
color: #D604BC;
}
</style>
background-color css
<style>
a { background-color: #D604BC; }
a { background-color: rgb(214,4,188); }
div.DivClassName
{
background-color: #D604BC;
}
.BgClassName
{
background-color: #D604BC;
}
</style>
border-color css
<style>
span { border-color: #D604BC; }
span { border-color: rgb(214,4,188); }
td.TdClassName
{
border-color: #D604BC;
}
.TagClassName
{
border-color: #D604BC;
}
</style>