Shades of Deep Magenta #D01CDC
Tints of Deep Magenta #D01CDC
RGB
CMYK
RGB Variations
Color information
#D01CDC (or 0xD01CDC) is known color: Deep Magenta. HEX triplet: D0, 1C and DC. RGB value is (208,28,220). Sum of RGB (Red+Green+Blue) = 208+28+220=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #D01CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CDC is #2FE323. Grayscale: #676767. Windows color (decimal): -3138340 or 14425296. OLE color: 14425296.
HSL color Cylindrical-coordinate representation of color #D01CDC: hue angle of 296.25º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01CDC is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 28 | 220 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.14 |
| HSL | 296.25º | 0.77% | 0.49% | - |
| HSV(B) | 296.25º | 0.87% | 0.86% | - |
| XYZ | 39.35 | 19.41 | 69.38 | - |
| YUV | 103.71 | 193.63 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 220 | 0.05 | 0.87 | 0 | 0.14 | 296.25 | 0.77 | 0.49 |
| Hex | D0 | 1C | DC | 5 | 57 | 0 | E | 128 | 4D | 31 |
| Octal | 320 | 34 | 334 | 5 | 127 | 0 | 16 | 450 | 115 | 61 |
| Binary | 11010000 | 11100 | 11011100 | 101 | 1010111 | 0 | 1110 | 100101000 | 1001101 | 110001 |
Color Harmonies of #D01CDC
Complementary color
Monochromatic Colors of #D01CDC
Black with #D01CDC
Text Example
Text Example
White with #D01CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CDC; }
p { color: rgb(208,28,220); }
H1.HeaderClassName
{
color: #D01CDC;
}
.AnyTagClassName
{
color: #D01CDC;
}
</style>
background-color css
<style>
a { background-color: #D01CDC; }
a { background-color: rgb(208,28,220); }
div.DivClassName
{
background-color: #D01CDC;
}
.BgClassName
{
background-color: #D01CDC;
}
</style>
border-color css
<style>
span { border-color: #D01CDC; }
span { border-color: rgb(208,28,220); }
td.TdClassName
{
border-color: #D01CDC;
}
.TagClassName
{
border-color: #D01CDC;
}
</style>