Shades of Deep Magenta #DB02CC
Tints of Deep Magenta #DB02CC
RGB
CMYK
RGB Variations
Color information
#DB02CC (or 0xDB02CC) is known color: Deep Magenta. HEX triplet: DB, 02 and CC. RGB value is (219,2,204). Sum of RGB (Red+Green+Blue) = 219+2+204=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB02CC is #24FD33. Grayscale: #595959. Windows color (decimal): -2424116 or 13370075. OLE color: 13370075.
HSL color Cylindrical-coordinate representation of color #DB02CC: hue angle of 304.15º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02CC is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.14 |
| HSL | 304.15º | 0.98% | 0.43% | - |
| HSV(B) | 304.15º | 0.99% | 0.86% | - |
| XYZ | 40.13 | 19.46 | 58.77 | - |
| YUV | 89.91 | 192.39 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 204 | 0 | 0.99 | 0.07 | 0.14 | 304.15 | 0.98 | 0.43 |
| Hex | DB | 2 | CC | 0 | 63 | 7 | E | 130 | 62 | 2B |
| Octal | 333 | 2 | 314 | 0 | 143 | 7 | 16 | 460 | 142 | 53 |
| Binary | 11011011 | 10 | 11001100 | 0 | 1100011 | 111 | 1110 | 100110000 | 1100010 | 101011 |
Color Harmonies of #DB02CC
Complementary color
Monochromatic Colors of #DB02CC
Black with #DB02CC
Text Example
Text Example
White with #DB02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB02CC; }
p { color: rgb(219,2,204); }
H1.HeaderClassName
{
color: #DB02CC;
}
.AnyTagClassName
{
color: #DB02CC;
}
</style>
background-color css
<style>
a { background-color: #DB02CC; }
a { background-color: rgb(219,2,204); }
div.DivClassName
{
background-color: #DB02CC;
}
.BgClassName
{
background-color: #DB02CC;
}
</style>
border-color css
<style>
span { border-color: #DB02CC; }
span { border-color: rgb(219,2,204); }
td.TdClassName
{
border-color: #DB02CC;
}
.TagClassName
{
border-color: #DB02CC;
}
</style>