Shades of Deep Magenta #D302DB
Tints of Deep Magenta #D302DB
RGB
CMYK
RGB Variations
Color information
#D302DB (or 0xD302DB) is known color: Deep Magenta. HEX triplet: D3, 02 and DB. RGB value is (211,2,219). Sum of RGB (Red+Green+Blue) = 211+2+219=432 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.84% from 432); Green value is 2 (1.17% from 255 or 0.46% 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 #D302DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D302DB is #2CFD24. Grayscale: #585858. Windows color (decimal): -2948389 or 14353107. OLE color: 14353107.
HSL color Cylindrical-coordinate representation of color #D302DB: hue angle of 297.79º 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 #D302DB is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 2 | 219 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.14 |
| HSL | 297.79º | 0.98% | 0.43% | - |
| HSV(B) | 297.79º | 0.99% | 0.86% | - |
| XYZ | 39.67 | 19.01 | 68.6 | - |
| YUV | 89.23 | 201.24 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 219 | 0.04 | 0.99 | 0 | 0.14 | 297.79 | 0.98 | 0.43 |
| Hex | D3 | 2 | DB | 4 | 63 | 0 | E | 12A | 62 | 2B |
| Octal | 323 | 2 | 333 | 4 | 143 | 0 | 16 | 452 | 142 | 53 |
| Binary | 11010011 | 10 | 11011011 | 100 | 1100011 | 0 | 1110 | 100101010 | 1100010 | 101011 |
Color Harmonies of #D302DB
Complementary color
Monochromatic Colors of #D302DB
Black with #D302DB
Text Example
Text Example
White with #D302DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302DB; }
p { color: rgb(211,2,219); }
H1.HeaderClassName
{
color: #D302DB;
}
.AnyTagClassName
{
color: #D302DB;
}
</style>
background-color css
<style>
a { background-color: #D302DB; }
a { background-color: rgb(211,2,219); }
div.DivClassName
{
background-color: #D302DB;
}
.BgClassName
{
background-color: #D302DB;
}
</style>
border-color css
<style>
span { border-color: #D302DB; }
span { border-color: rgb(211,2,219); }
td.TdClassName
{
border-color: #D302DB;
}
.TagClassName
{
border-color: #D302DB;
}
</style>