Shades of Deep Magenta #D419CC
Tints of Deep Magenta #D419CC
RGB
CMYK
RGB Variations
Color information
#D419CC (or 0xD419CC) is known color: Deep Magenta. HEX triplet: D4, 19 and CC. RGB value is (212,25,204). Sum of RGB (Red+Green+Blue) = 212+25+204=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D419CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D419CC is #2BE633. Grayscale: #646464. Windows color (decimal): -2876980 or 13375956. OLE color: 13375956.
HSL color Cylindrical-coordinate representation of color #D419CC: hue angle of 302.57º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D419CC is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 25 | 204 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.17 |
| HSL | 302.57º | 0.79% | 0.46% | - |
| HSV(B) | 302.57º | 0.88% | 0.83% | - |
| XYZ | 38.4 | 19.05 | 58.78 | - |
| YUV | 101.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 204 | 0 | 0.88 | 0.04 | 0.17 | 302.57 | 0.79 | 0.46 |
| Hex | D4 | 19 | CC | 0 | 58 | 4 | 11 | 12F | 4F | 2E |
| Octal | 324 | 31 | 314 | 0 | 130 | 4 | 21 | 457 | 117 | 56 |
| Binary | 11010100 | 11001 | 11001100 | 0 | 1011000 | 100 | 10001 | 100101111 | 1001111 | 101110 |
Color Harmonies of #D419CC
Complementary color
Monochromatic Colors of #D419CC
Black with #D419CC
Text Example
Text Example
White with #D419CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D419CC; }
p { color: rgb(212,25,204); }
H1.HeaderClassName
{
color: #D419CC;
}
.AnyTagClassName
{
color: #D419CC;
}
</style>
background-color css
<style>
a { background-color: #D419CC; }
a { background-color: rgb(212,25,204); }
div.DivClassName
{
background-color: #D419CC;
}
.BgClassName
{
background-color: #D419CC;
}
</style>
border-color css
<style>
span { border-color: #D419CC; }
span { border-color: rgb(212,25,204); }
td.TdClassName
{
border-color: #D419CC;
}
.TagClassName
{
border-color: #D419CC;
}
</style>