Shades of Deep Magenta #D304B6
Tints of Deep Magenta #D304B6
RGB
CMYK
RGB Variations
Color information
#D304B6 (or 0xD304B6) is known color: Deep Magenta. HEX triplet: D3, 04 and B6. RGB value is (211,4,182). Sum of RGB (Red+Green+Blue) = 211+4+182=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 4 (1.95% from 255 or 1.01% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D304B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D304B6 is #2CFB49. Grayscale: #555555. Windows color (decimal): -2947914 or 11928787. OLE color: 11928787.
HSL color Cylindrical-coordinate representation of color #D304B6: hue angle of 308.41º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D304B6 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 182 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.17 |
| HSL | 308.41º | 0.96% | 0.42% | - |
| HSV(B) | 308.41º | 0.98% | 0.83% | - |
| XYZ | 35.35 | 17.31 | 45.73 | - |
| YUV | 86.19 | 182.08 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 182 | 0 | 0.98 | 0.14 | 0.17 | 308.41 | 0.96 | 0.42 |
| Hex | D3 | 4 | B6 | 0 | 62 | E | 11 | 134 | 60 | 2A |
| Octal | 323 | 4 | 266 | 0 | 142 | 16 | 21 | 464 | 140 | 52 |
| Binary | 11010011 | 100 | 10110110 | 0 | 1100010 | 1110 | 10001 | 100110100 | 1100000 | 101010 |
Color Harmonies of #D304B6
Complementary color
Monochromatic Colors of #D304B6
Black with #D304B6
Text Example
Text Example
White with #D304B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D304B6; }
p { color: rgb(211,4,182); }
H1.HeaderClassName
{
color: #D304B6;
}
.AnyTagClassName
{
color: #D304B6;
}
</style>
background-color css
<style>
a { background-color: #D304B6; }
a { background-color: rgb(211,4,182); }
div.DivClassName
{
background-color: #D304B6;
}
.BgClassName
{
background-color: #D304B6;
}
</style>
border-color css
<style>
span { border-color: #D304B6; }
span { border-color: rgb(211,4,182); }
td.TdClassName
{
border-color: #D304B6;
}
.TagClassName
{
border-color: #D304B6;
}
</style>