Shades of Deep Magenta #D40CDD
Tints of Deep Magenta #D40CDD
RGB
CMYK
RGB Variations
Color information
#D40CDD (or 0xD40CDD) is known color: Deep Magenta. HEX triplet: D4, 0C and DD. RGB value is (212,12,221). Sum of RGB (Red+Green+Blue) = 212+12+221=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 12 (5.08% from 255 or 2.70% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #D40CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40CDD is #2BF322. Grayscale: #5E5E5E. Windows color (decimal): -2880291 or 14486740. OLE color: 14486740.
HSL color Cylindrical-coordinate representation of color #D40CDD: hue angle of 297.42º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40CDD is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 12 | 221 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.13 |
| HSL | 297.42º | 0.9% | 0.46% | - |
| HSV(B) | 297.42º | 0.95% | 0.87% | - |
| XYZ | 40.33 | 19.48 | 70.04 | - |
| YUV | 95.63 | 198.76 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 12 | 221 | 0.04 | 0.95 | 0 | 0.13 | 297.42 | 0.9 | 0.46 |
| Hex | D4 | C | DD | 4 | 5F | 0 | D | 129 | 5A | 2E |
| Octal | 324 | 14 | 335 | 4 | 137 | 0 | 15 | 451 | 132 | 56 |
| Binary | 11010100 | 1100 | 11011101 | 100 | 1011111 | 0 | 1101 | 100101001 | 1011010 | 101110 |
Color Harmonies of #D40CDD
Complementary color
Monochromatic Colors of #D40CDD
Black with #D40CDD
Text Example
Text Example
White with #D40CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40CDD; }
p { color: rgb(212,12,221); }
H1.HeaderClassName
{
color: #D40CDD;
}
.AnyTagClassName
{
color: #D40CDD;
}
</style>
background-color css
<style>
a { background-color: #D40CDD; }
a { background-color: rgb(212,12,221); }
div.DivClassName
{
background-color: #D40CDD;
}
.BgClassName
{
background-color: #D40CDD;
}
</style>
border-color css
<style>
span { border-color: #D40CDD; }
span { border-color: rgb(212,12,221); }
td.TdClassName
{
border-color: #D40CDD;
}
.TagClassName
{
border-color: #D40CDD;
}
</style>