Shades of Deep Magenta #D500DB
Tints of Deep Magenta #D500DB
RGB
CMYK
RGB Variations
Color information
#D500DB (or 0xD500DB) is known color: Deep Magenta. HEX triplet: D5, 00 and DB. RGB value is (213,0,219). Sum of RGB (Red+Green+Blue) = 213+0+219=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 0 (0.39% from 255 or 0% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #D500DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D500DB is #2AFF24. Grayscale: #575757. Windows color (decimal): -2817829 or 14352597. OLE color: 14352597.
HSL color Cylindrical-coordinate representation of color #D500DB: hue angle of 298.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500DB is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 0 | 219 | - |
| CMYK | 0.03 | 1 | 0 | 0.14 |
| HSL | 298.36º | 1% | 0.43% | - |
| HSV(B) | 298.36º | 1% | 0.86% | - |
| XYZ | 40.23 | 19.26 | 68.62 | - |
| YUV | 88.65 | 201.57 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 219 | 0.03 | 1 | 0 | 0.14 | 298.36 | 1 | 0.43 |
| Hex | D5 | 0 | DB | 3 | 64 | 0 | E | 12A | 64 | 2B |
| Octal | 325 | 0 | 333 | 3 | 144 | 0 | 16 | 452 | 144 | 53 |
| Binary | 11010101 | 0 | 11011011 | 11 | 1100100 | 0 | 1110 | 100101010 | 1100100 | 101011 |
Color Harmonies of #D500DB
Complementary color
Monochromatic Colors of #D500DB
Black with #D500DB
Text Example
Text Example
White with #D500DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500DB; }
p { color: rgb(213,0,219); }
H1.HeaderClassName
{
color: #D500DB;
}
.AnyTagClassName
{
color: #D500DB;
}
</style>
background-color css
<style>
a { background-color: #D500DB; }
a { background-color: rgb(213,0,219); }
div.DivClassName
{
background-color: #D500DB;
}
.BgClassName
{
background-color: #D500DB;
}
</style>
border-color css
<style>
span { border-color: #D500DB; }
span { border-color: rgb(213,0,219); }
td.TdClassName
{
border-color: #D500DB;
}
.TagClassName
{
border-color: #D500DB;
}
</style>