Shades of Deep Magenta #D429DB
Tints of Deep Magenta #D429DB
RGB
CMYK
RGB Variations
Color information
#D429DB (or 0xD429DB) is known color: Deep Magenta. HEX triplet: D4, 29 and DB. RGB value is (212,41,219). Sum of RGB (Red+Green+Blue) = 212+41+219=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #D429DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D429DB is #2BD624. Grayscale: #6F6F6F. Windows color (decimal): -2872869 or 14363092. OLE color: 14363092.
HSL color Cylindrical-coordinate representation of color #D429DB: hue angle of 297.64º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D429DB is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 41 | 219 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.14 |
| HSL | 297.64º | 0.71% | 0.51% | - |
| HSV(B) | 297.64º | 0.81% | 0.86% | - |
| XYZ | 40.73 | 20.7 | 68.87 | - |
| YUV | 112.42 | 188.15 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 219 | 0.03 | 0.81 | 0 | 0.14 | 297.64 | 0.71 | 0.51 |
| Hex | D4 | 29 | DB | 3 | 51 | 0 | E | 12A | 47 | 33 |
| Octal | 324 | 51 | 333 | 3 | 121 | 0 | 16 | 452 | 107 | 63 |
| Binary | 11010100 | 101001 | 11011011 | 11 | 1010001 | 0 | 1110 | 100101010 | 1000111 | 110011 |
Color Harmonies of #D429DB
Complementary color
Monochromatic Colors of #D429DB
Black with #D429DB
Text Example
Text Example
White with #D429DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D429DB; }
p { color: rgb(212,41,219); }
H1.HeaderClassName
{
color: #D429DB;
}
.AnyTagClassName
{
color: #D429DB;
}
</style>
background-color css
<style>
a { background-color: #D429DB; }
a { background-color: rgb(212,41,219); }
div.DivClassName
{
background-color: #D429DB;
}
.BgClassName
{
background-color: #D429DB;
}
</style>
border-color css
<style>
span { border-color: #D429DB; }
span { border-color: rgb(212,41,219); }
td.TdClassName
{
border-color: #D429DB;
}
.TagClassName
{
border-color: #D429DB;
}
</style>