Shades of Deep Magenta #D428DB
Tints of Deep Magenta #D428DB
RGB
CMYK
RGB Variations
Color information
#D428DB (or 0xD428DB) is known color: Deep Magenta. HEX triplet: D4, 28 and DB. RGB value is (212,40,219). Sum of RGB (Red+Green+Blue) = 212+40+219=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #D428DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D428DB is #2BD724. Grayscale: #6F6F6F. Windows color (decimal): -2873125 or 14362836. OLE color: 14362836.
HSL color Cylindrical-coordinate representation of color #D428DB: hue angle of 297.65º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D428DB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 40 | 219 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.14 |
| HSL | 297.65º | 0.71% | 0.51% | - |
| HSV(B) | 297.65º | 0.82% | 0.86% | - |
| XYZ | 40.7 | 20.63 | 68.85 | - |
| YUV | 111.83 | 188.48 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 219 | 0.03 | 0.82 | 0 | 0.14 | 297.65 | 0.71 | 0.51 |
| Hex | D4 | 28 | DB | 3 | 52 | 0 | E | 12A | 47 | 33 |
| Octal | 324 | 50 | 333 | 3 | 122 | 0 | 16 | 452 | 107 | 63 |
| Binary | 11010100 | 101000 | 11011011 | 11 | 1010010 | 0 | 1110 | 100101010 | 1000111 | 110011 |
Color Harmonies of #D428DB
Complementary color
Monochromatic Colors of #D428DB
Black with #D428DB
Text Example
Text Example
White with #D428DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D428DB; }
p { color: rgb(212,40,219); }
H1.HeaderClassName
{
color: #D428DB;
}
.AnyTagClassName
{
color: #D428DB;
}
</style>
background-color css
<style>
a { background-color: #D428DB; }
a { background-color: rgb(212,40,219); }
div.DivClassName
{
background-color: #D428DB;
}
.BgClassName
{
background-color: #D428DB;
}
</style>
border-color css
<style>
span { border-color: #D428DB; }
span { border-color: rgb(212,40,219); }
td.TdClassName
{
border-color: #D428DB;
}
.TagClassName
{
border-color: #D428DB;
}
</style>