Shades of Deep Magenta #D004C4
Tints of Deep Magenta #D004C4
RGB
CMYK
RGB Variations
Color information
#D004C4 (or 0xD004C4) is known color: Deep Magenta. HEX triplet: D0, 04 and C4. RGB value is (208,4,196). Sum of RGB (Red+Green+Blue) = 208+4+196=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D004C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D004C4 is #2FFB3B. Grayscale: #565656. Windows color (decimal): -3144508 or 12846288. OLE color: 12846288.
HSL color Cylindrical-coordinate representation of color #D004C4: hue angle of 303.53º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D004C4 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 4 | 196 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.18 |
| HSL | 303.53º | 0.96% | 0.42% | - |
| HSV(B) | 303.53º | 0.98% | 0.82% | - |
| XYZ | 36.02 | 17.48 | 53.7 | - |
| YUV | 86.88 | 189.59 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 196 | 0 | 0.98 | 0.06 | 0.18 | 303.53 | 0.96 | 0.42 |
| Hex | D0 | 4 | C4 | 0 | 62 | 6 | 12 | 130 | 60 | 2A |
| Octal | 320 | 4 | 304 | 0 | 142 | 6 | 22 | 460 | 140 | 52 |
| Binary | 11010000 | 100 | 11000100 | 0 | 1100010 | 110 | 10010 | 100110000 | 1100000 | 101010 |
Color Harmonies of #D004C4
Complementary color
Monochromatic Colors of #D004C4
Black with #D004C4
Text Example
Text Example
White with #D004C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004C4; }
p { color: rgb(208,4,196); }
H1.HeaderClassName
{
color: #D004C4;
}
.AnyTagClassName
{
color: #D004C4;
}
</style>
background-color css
<style>
a { background-color: #D004C4; }
a { background-color: rgb(208,4,196); }
div.DivClassName
{
background-color: #D004C4;
}
.BgClassName
{
background-color: #D004C4;
}
</style>
border-color css
<style>
span { border-color: #D004C4; }
span { border-color: rgb(208,4,196); }
td.TdClassName
{
border-color: #D004C4;
}
.TagClassName
{
border-color: #D004C4;
}
</style>