Shades of Deep Magenta #D01CDD
Tints of Deep Magenta #D01CDD
RGB
CMYK
RGB Variations
Color information
#D01CDD (or 0xD01CDD) is known color: Deep Magenta. HEX triplet: D0, 1C and DD. RGB value is (208,28,221). Sum of RGB (Red+Green+Blue) = 208+28+221=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #D01CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CDD is #2FE322. Grayscale: #676767. Windows color (decimal): -3138339 or 14490832. OLE color: 14490832.
HSL color Cylindrical-coordinate representation of color #D01CDD: hue angle of 295.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01CDD is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 28 | 221 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.13 |
| HSL | 295.96º | 0.78% | 0.49% | - |
| HSV(B) | 295.96º | 0.87% | 0.87% | - |
| XYZ | 39.48 | 19.46 | 70.08 | - |
| YUV | 103.82 | 194.13 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 221 | 0.06 | 0.87 | 0 | 0.13 | 295.96 | 0.78 | 0.49 |
| Hex | D0 | 1C | DD | 6 | 57 | 0 | D | 128 | 4E | 31 |
| Octal | 320 | 34 | 335 | 6 | 127 | 0 | 15 | 450 | 116 | 61 |
| Binary | 11010000 | 11100 | 11011101 | 110 | 1010111 | 0 | 1101 | 100101000 | 1001110 | 110001 |
Color Harmonies of #D01CDD
Complementary color
Monochromatic Colors of #D01CDD
Black with #D01CDD
Text Example
Text Example
White with #D01CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CDD; }
p { color: rgb(208,28,221); }
H1.HeaderClassName
{
color: #D01CDD;
}
.AnyTagClassName
{
color: #D01CDD;
}
</style>
background-color css
<style>
a { background-color: #D01CDD; }
a { background-color: rgb(208,28,221); }
div.DivClassName
{
background-color: #D01CDD;
}
.BgClassName
{
background-color: #D01CDD;
}
</style>
border-color css
<style>
span { border-color: #D01CDD; }
span { border-color: rgb(208,28,221); }
td.TdClassName
{
border-color: #D01CDD;
}
.TagClassName
{
border-color: #D01CDD;
}
</style>