Shades of Deep Magenta #D904CC
Tints of Deep Magenta #D904CC
RGB
CMYK
RGB Variations
Color information
#D904CC (or 0xD904CC) is known color: Deep Magenta. HEX triplet: D9, 04 and CC. RGB value is (217,4,204). Sum of RGB (Red+Green+Blue) = 217+4+204=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D904CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D904CC is #26FB33. Grayscale: #595959. Windows color (decimal): -2554676 or 13370585. OLE color: 13370585.
HSL color Cylindrical-coordinate representation of color #D904CC: hue angle of 303.66º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D904CC is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 204 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.15 |
| HSL | 303.66º | 0.96% | 0.43% | - |
| HSV(B) | 303.66º | 0.98% | 0.85% | - |
| XYZ | 39.56 | 19.2 | 58.75 | - |
| YUV | 90.49 | 192.07 | 218.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 204 | 0 | 0.98 | 0.06 | 0.15 | 303.66 | 0.96 | 0.43 |
| Hex | D9 | 4 | CC | 0 | 62 | 6 | F | 130 | 60 | 2B |
| Octal | 331 | 4 | 314 | 0 | 142 | 6 | 17 | 460 | 140 | 53 |
| Binary | 11011001 | 100 | 11001100 | 0 | 1100010 | 110 | 1111 | 100110000 | 1100000 | 101011 |
Color Harmonies of #D904CC
Complementary color
Monochromatic Colors of #D904CC
Black with #D904CC
Text Example
Text Example
White with #D904CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904CC; }
p { color: rgb(217,4,204); }
H1.HeaderClassName
{
color: #D904CC;
}
.AnyTagClassName
{
color: #D904CC;
}
</style>
background-color css
<style>
a { background-color: #D904CC; }
a { background-color: rgb(217,4,204); }
div.DivClassName
{
background-color: #D904CC;
}
.BgClassName
{
background-color: #D904CC;
}
</style>
border-color css
<style>
span { border-color: #D904CC; }
span { border-color: rgb(217,4,204); }
td.TdClassName
{
border-color: #D904CC;
}
.TagClassName
{
border-color: #D904CC;
}
</style>