Shades of Deep Magenta #D00CBE
Tints of Deep Magenta #D00CBE
RGB
CMYK
RGB Variations
Color information
#D00CBE (or 0xD00CBE) is known color: Deep Magenta. HEX triplet: D0, 0C and BE. RGB value is (208,12,190). Sum of RGB (Red+Green+Blue) = 208+12+190=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 12 (5.08% from 255 or 2.93% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D00CBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00CBE is #2FF341. Grayscale: #5A5A5A. Windows color (decimal): -3142466 or 12455120. OLE color: 12455120.
HSL color Cylindrical-coordinate representation of color #D00CBE: hue angle of 305.51º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00CBE is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 12 | 190 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.18 |
| HSL | 305.51º | 0.89% | 0.43% | - |
| HSV(B) | 305.51º | 0.94% | 0.82% | - |
| XYZ | 35.44 | 17.39 | 50.2 | - |
| YUV | 90.9 | 183.93 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 12 | 190 | 0 | 0.94 | 0.09 | 0.18 | 305.51 | 0.89 | 0.43 |
| Hex | D0 | C | BE | 0 | 5E | 9 | 12 | 132 | 59 | 2B |
| Octal | 320 | 14 | 276 | 0 | 136 | 11 | 22 | 462 | 131 | 53 |
| Binary | 11010000 | 1100 | 10111110 | 0 | 1011110 | 1001 | 10010 | 100110010 | 1011001 | 101011 |
Color Harmonies of #D00CBE
Complementary color
Monochromatic Colors of #D00CBE
Black with #D00CBE
Text Example
Text Example
White with #D00CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00CBE; }
p { color: rgb(208,12,190); }
H1.HeaderClassName
{
color: #D00CBE;
}
.AnyTagClassName
{
color: #D00CBE;
}
</style>
background-color css
<style>
a { background-color: #D00CBE; }
a { background-color: rgb(208,12,190); }
div.DivClassName
{
background-color: #D00CBE;
}
.BgClassName
{
background-color: #D00CBE;
}
</style>
border-color css
<style>
span { border-color: #D00CBE; }
span { border-color: rgb(208,12,190); }
td.TdClassName
{
border-color: #D00CBE;
}
.TagClassName
{
border-color: #D00CBE;
}
</style>