Shades of Deep Magenta #D128DB
Tints of Deep Magenta #D128DB
RGB
CMYK
RGB Variations
Color information
#D128DB (or 0xD128DB) is known color: Deep Magenta. HEX triplet: D1, 28 and DB. RGB value is (209,40,219). Sum of RGB (Red+Green+Blue) = 209+40+219=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #D128DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D128DB is #2ED724. Grayscale: #6E6E6E. Windows color (decimal): -3069733 or 14362833. OLE color: 14362833.
HSL color Cylindrical-coordinate representation of color #D128DB: hue angle of 296.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 #D128DB is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 40 | 219 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.14 |
| HSL | 296.65º | 0.71% | 0.51% | - |
| HSV(B) | 296.65º | 0.82% | 0.86% | - |
| XYZ | 39.84 | 20.19 | 68.81 | - |
| YUV | 110.94 | 188.99 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 219 | 0.05 | 0.82 | 0 | 0.14 | 296.65 | 0.71 | 0.51 |
| Hex | D1 | 28 | DB | 5 | 52 | 0 | E | 129 | 47 | 33 |
| Octal | 321 | 50 | 333 | 5 | 122 | 0 | 16 | 451 | 107 | 63 |
| Binary | 11010001 | 101000 | 11011011 | 101 | 1010010 | 0 | 1110 | 100101001 | 1000111 | 110011 |
Color Harmonies of #D128DB
Complementary color
Monochromatic Colors of #D128DB
Black with #D128DB
Text Example
Text Example
White with #D128DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D128DB; }
p { color: rgb(209,40,219); }
H1.HeaderClassName
{
color: #D128DB;
}
.AnyTagClassName
{
color: #D128DB;
}
</style>
background-color css
<style>
a { background-color: #D128DB; }
a { background-color: rgb(209,40,219); }
div.DivClassName
{
background-color: #D128DB;
}
.BgClassName
{
background-color: #D128DB;
}
</style>
border-color css
<style>
span { border-color: #D128DB; }
span { border-color: rgb(209,40,219); }
td.TdClassName
{
border-color: #D128DB;
}
.TagClassName
{
border-color: #D128DB;
}
</style>