Shades of Deep Magenta #D01CCE
Tints of Deep Magenta #D01CCE
RGB
CMYK
RGB Variations
Color information
#D01CCE (or 0xD01CCE) is known color: Deep Magenta. HEX triplet: D0, 1C and CE. RGB value is (208,28,206). Sum of RGB (Red+Green+Blue) = 208+28+206=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 28 (11.33% from 255 or 6.33% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D01CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CCE is #2FE331. Grayscale: #656565. Windows color (decimal): -3138354 or 13507792. OLE color: 13507792.
HSL color Cylindrical-coordinate representation of color #D01CCE: hue angle of 300.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01CCE is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 206 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.18 |
| HSL | 300.67º | 0.76% | 0.46% | - |
| HSV(B) | 300.67º | 0.87% | 0.82% | - |
| XYZ | 37.57 | 18.7 | 60.02 | - |
| YUV | 102.11 | 186.63 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 206 | 0 | 0.87 | 0.01 | 0.18 | 300.67 | 0.76 | 0.46 |
| Hex | D0 | 1C | CE | 0 | 57 | 1 | 12 | 12D | 4C | 2E |
| Octal | 320 | 34 | 316 | 0 | 127 | 1 | 22 | 455 | 114 | 56 |
| Binary | 11010000 | 11100 | 11001110 | 0 | 1010111 | 1 | 10010 | 100101101 | 1001100 | 101110 |
Color Harmonies of #D01CCE
Complementary color
Monochromatic Colors of #D01CCE
Black with #D01CCE
Text Example
Text Example
White with #D01CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01CCE; }
p { color: rgb(208,28,206); }
H1.HeaderClassName
{
color: #D01CCE;
}
.AnyTagClassName
{
color: #D01CCE;
}
</style>
background-color css
<style>
a { background-color: #D01CCE; }
a { background-color: rgb(208,28,206); }
div.DivClassName
{
background-color: #D01CCE;
}
.BgClassName
{
background-color: #D01CCE;
}
</style>
border-color css
<style>
span { border-color: #D01CCE; }
span { border-color: rgb(208,28,206); }
td.TdClassName
{
border-color: #D01CCE;
}
.TagClassName
{
border-color: #D01CCE;
}
</style>