Shades of Deep Magenta #D70CDD
Tints of Deep Magenta #D70CDD
RGB
CMYK
RGB Variations
Color information
#D70CDD (or 0xD70CDD) is known color: Deep Magenta. HEX triplet: D7, 0C and DD. RGB value is (215,12,221). Sum of RGB (Red+Green+Blue) = 215+12+221=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 12 (5.08% from 255 or 2.68% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #D70CDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CDD is #28F322. Grayscale: #5F5F5F. Windows color (decimal): -2683683 or 14486743. OLE color: 14486743.
HSL color Cylindrical-coordinate representation of color #D70CDD: hue angle of 298.28º 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 #D70CDD is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 12 | 221 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.13 |
| HSL | 298.28º | 0.9% | 0.46% | - |
| HSV(B) | 298.28º | 0.95% | 0.87% | - |
| XYZ | 41.21 | 19.93 | 70.08 | - |
| YUV | 96.52 | 198.25 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 221 | 0.03 | 0.95 | 0 | 0.13 | 298.28 | 0.9 | 0.46 |
| Hex | D7 | C | DD | 3 | 5F | 0 | D | 12A | 5A | 2E |
| Octal | 327 | 14 | 335 | 3 | 137 | 0 | 15 | 452 | 132 | 56 |
| Binary | 11010111 | 1100 | 11011101 | 11 | 1011111 | 0 | 1101 | 100101010 | 1011010 | 101110 |
Color Harmonies of #D70CDD
Complementary color
Monochromatic Colors of #D70CDD
Black with #D70CDD
Text Example
Text Example
White with #D70CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CDD; }
p { color: rgb(215,12,221); }
H1.HeaderClassName
{
color: #D70CDD;
}
.AnyTagClassName
{
color: #D70CDD;
}
</style>
background-color css
<style>
a { background-color: #D70CDD; }
a { background-color: rgb(215,12,221); }
div.DivClassName
{
background-color: #D70CDD;
}
.BgClassName
{
background-color: #D70CDD;
}
</style>
border-color css
<style>
span { border-color: #D70CDD; }
span { border-color: rgb(215,12,221); }
td.TdClassName
{
border-color: #D70CDD;
}
.TagClassName
{
border-color: #D70CDD;
}
</style>