Shades of Deep Magenta #DC0BBE
Tints of Deep Magenta #DC0BBE
RGB
CMYK
RGB Variations
Color information
#DC0BBE (or 0xDC0BBE) is known color: Deep Magenta. HEX triplet: DC, 0B and BE. RGB value is (220,11,190). Sum of RGB (Red+Green+Blue) = 220+11+190=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0BBE is #23F441. Grayscale: #5D5D5D. Windows color (decimal): -2356290 or 12454876. OLE color: 12454876.
HSL color Cylindrical-coordinate representation of color #DC0BBE: hue angle of 308.61º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0BBE is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.14 |
| HSL | 308.61º | 0.9% | 0.45% | - |
| HSV(B) | 308.61º | 0.95% | 0.86% | - |
| XYZ | 38.93 | 19.17 | 50.36 | - |
| YUV | 93.9 | 182.24 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 190 | 0 | 0.95 | 0.14 | 0.14 | 308.61 | 0.9 | 0.45 |
| Hex | DC | B | BE | 0 | 5F | E | E | 135 | 5A | 2D |
| Octal | 334 | 13 | 276 | 0 | 137 | 16 | 16 | 465 | 132 | 55 |
| Binary | 11011100 | 1011 | 10111110 | 0 | 1011111 | 1110 | 1110 | 100110101 | 1011010 | 101101 |
Color Harmonies of #DC0BBE
Complementary color
Monochromatic Colors of #DC0BBE
Black with #DC0BBE
Text Example
Text Example
White with #DC0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0BBE; }
p { color: rgb(220,11,190); }
H1.HeaderClassName
{
color: #DC0BBE;
}
.AnyTagClassName
{
color: #DC0BBE;
}
</style>
background-color css
<style>
a { background-color: #DC0BBE; }
a { background-color: rgb(220,11,190); }
div.DivClassName
{
background-color: #DC0BBE;
}
.BgClassName
{
background-color: #DC0BBE;
}
</style>
border-color css
<style>
span { border-color: #DC0BBE; }
span { border-color: rgb(220,11,190); }
td.TdClassName
{
border-color: #DC0BBE;
}
.TagClassName
{
border-color: #DC0BBE;
}
</style>