Shades of Deep Magenta #DC05BD
Tints of Deep Magenta #DC05BD
RGB
CMYK
RGB Variations
Color information
#DC05BD (or 0xDC05BD) is known color: Deep Magenta. HEX triplet: DC, 05 and BD. RGB value is (220,5,189). Sum of RGB (Red+Green+Blue) = 220+5+189=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC05BD is #23FA42. Grayscale: #595959. Windows color (decimal): -2357827 or 12387804. OLE color: 12387804.
HSL color Cylindrical-coordinate representation of color #DC05BD: hue angle of 308.65º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC05BD is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.14 |
| HSL | 308.65º | 0.96% | 0.44% | - |
| HSV(B) | 308.65º | 0.98% | 0.86% | - |
| XYZ | 38.75 | 19 | 49.77 | - |
| YUV | 90.26 | 183.73 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 189 | 0 | 0.98 | 0.14 | 0.14 | 308.65 | 0.96 | 0.44 |
| Hex | DC | 5 | BD | 0 | 62 | E | E | 135 | 60 | 2C |
| Octal | 334 | 5 | 275 | 0 | 142 | 16 | 16 | 465 | 140 | 54 |
| Binary | 11011100 | 101 | 10111101 | 0 | 1100010 | 1110 | 1110 | 100110101 | 1100000 | 101100 |
Color Harmonies of #DC05BD
Complementary color
Monochromatic Colors of #DC05BD
Black with #DC05BD
Text Example
Text Example
White with #DC05BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05BD; }
p { color: rgb(220,5,189); }
H1.HeaderClassName
{
color: #DC05BD;
}
.AnyTagClassName
{
color: #DC05BD;
}
</style>
background-color css
<style>
a { background-color: #DC05BD; }
a { background-color: rgb(220,5,189); }
div.DivClassName
{
background-color: #DC05BD;
}
.BgClassName
{
background-color: #DC05BD;
}
</style>
border-color css
<style>
span { border-color: #DC05BD; }
span { border-color: rgb(220,5,189); }
td.TdClassName
{
border-color: #DC05BD;
}
.TagClassName
{
border-color: #DC05BD;
}
</style>