Shades of Deep Magenta #DC02BD
Tints of Deep Magenta #DC02BD
RGB
CMYK
RGB Variations
Color information
#DC02BD (or 0xDC02BD) is known color: Deep Magenta. HEX triplet: DC, 02 and BD. RGB value is (220,2,189). Sum of RGB (Red+Green+Blue) = 220+2+189=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02BD is #23FD42. Grayscale: #575757. Windows color (decimal): -2358595 or 12387036. OLE color: 12387036.
HSL color Cylindrical-coordinate representation of color #DC02BD: hue angle of 308.53º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02BD is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 189 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.14 |
| HSL | 308.53º | 0.98% | 0.44% | - |
| HSV(B) | 308.53º | 0.99% | 0.86% | - |
| XYZ | 38.72 | 18.93 | 49.76 | - |
| YUV | 88.5 | 184.72 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 189 | 0 | 0.99 | 0.14 | 0.14 | 308.53 | 0.98 | 0.44 |
| Hex | DC | 2 | BD | 0 | 63 | E | E | 135 | 62 | 2C |
| Octal | 334 | 2 | 275 | 0 | 143 | 16 | 16 | 465 | 142 | 54 |
| Binary | 11011100 | 10 | 10111101 | 0 | 1100011 | 1110 | 1110 | 100110101 | 1100010 | 101100 |
Color Harmonies of #DC02BD
Complementary color
Monochromatic Colors of #DC02BD
Black with #DC02BD
Text Example
Text Example
White with #DC02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02BD; }
p { color: rgb(220,2,189); }
H1.HeaderClassName
{
color: #DC02BD;
}
.AnyTagClassName
{
color: #DC02BD;
}
</style>
background-color css
<style>
a { background-color: #DC02BD; }
a { background-color: rgb(220,2,189); }
div.DivClassName
{
background-color: #DC02BD;
}
.BgClassName
{
background-color: #DC02BD;
}
</style>
border-color css
<style>
span { border-color: #DC02BD; }
span { border-color: rgb(220,2,189); }
td.TdClassName
{
border-color: #DC02BD;
}
.TagClassName
{
border-color: #DC02BD;
}
</style>