Shades of Deep Magenta #DC02BF
Tints of Deep Magenta #DC02BF
RGB
CMYK
RGB Variations
Color information
#DC02BF (or 0xDC02BF) is known color: Deep Magenta. HEX triplet: DC, 02 and BF. RGB value is (220,2,191). Sum of RGB (Red+Green+Blue) = 220+2+191=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02BF is #23FD40. Grayscale: #585858. Windows color (decimal): -2358593 or 12518108. OLE color: 12518108.
HSL color Cylindrical-coordinate representation of color #DC02BF: hue angle of 307.98º 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 #DC02BF is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 191 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.14 |
| HSL | 307.98º | 0.98% | 0.44% | - |
| HSV(B) | 307.98º | 0.99% | 0.86% | - |
| XYZ | 38.94 | 19.02 | 50.91 | - |
| YUV | 88.73 | 185.72 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 191 | 0 | 0.99 | 0.13 | 0.14 | 307.98 | 0.98 | 0.44 |
| Hex | DC | 2 | BF | 0 | 63 | D | E | 134 | 62 | 2C |
| Octal | 334 | 2 | 277 | 0 | 143 | 15 | 16 | 464 | 142 | 54 |
| Binary | 11011100 | 10 | 10111111 | 0 | 1100011 | 1101 | 1110 | 100110100 | 1100010 | 101100 |
Color Harmonies of #DC02BF
Complementary color
Monochromatic Colors of #DC02BF
Black with #DC02BF
Text Example
Text Example
White with #DC02BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02BF; }
p { color: rgb(220,2,191); }
H1.HeaderClassName
{
color: #DC02BF;
}
.AnyTagClassName
{
color: #DC02BF;
}
</style>
background-color css
<style>
a { background-color: #DC02BF; }
a { background-color: rgb(220,2,191); }
div.DivClassName
{
background-color: #DC02BF;
}
.BgClassName
{
background-color: #DC02BF;
}
</style>
border-color css
<style>
span { border-color: #DC02BF; }
span { border-color: rgb(220,2,191); }
td.TdClassName
{
border-color: #DC02BF;
}
.TagClassName
{
border-color: #DC02BF;
}
</style>