Shades of Deep Magenta #D325B9
Tints of Deep Magenta #D325B9
RGB
CMYK
RGB Variations
Color information
#D325B9 (or 0xD325B9) is known color: Deep Magenta. HEX triplet: D3, 25 and B9. RGB value is (211,37,185). Sum of RGB (Red+Green+Blue) = 211+37+185=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D325B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D325B9 is #2CDA46. Grayscale: #696969. Windows color (decimal): -2939463 or 12133843. OLE color: 12133843.
HSL color Cylindrical-coordinate representation of color #D325B9: hue angle of 308.97º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D325B9 is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 185 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.17 |
| HSL | 308.97º | 0.7% | 0.49% | - |
| HSV(B) | 308.97º | 0.82% | 0.83% | - |
| XYZ | 36.28 | 18.67 | 47.59 | - |
| YUV | 105.9 | 172.65 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 185 | 0 | 0.82 | 0.12 | 0.17 | 308.97 | 0.7 | 0.49 |
| Hex | D3 | 25 | B9 | 0 | 52 | C | 11 | 135 | 46 | 31 |
| Octal | 323 | 45 | 271 | 0 | 122 | 14 | 21 | 465 | 106 | 61 |
| Binary | 11010011 | 100101 | 10111001 | 0 | 1010010 | 1100 | 10001 | 100110101 | 1000110 | 110001 |
Color Harmonies of #D325B9
Complementary color
Monochromatic Colors of #D325B9
Black with #D325B9
Text Example
Text Example
White with #D325B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D325B9; }
p { color: rgb(211,37,185); }
H1.HeaderClassName
{
color: #D325B9;
}
.AnyTagClassName
{
color: #D325B9;
}
</style>
background-color css
<style>
a { background-color: #D325B9; }
a { background-color: rgb(211,37,185); }
div.DivClassName
{
background-color: #D325B9;
}
.BgClassName
{
background-color: #D325B9;
}
</style>
border-color css
<style>
span { border-color: #D325B9; }
span { border-color: rgb(211,37,185); }
td.TdClassName
{
border-color: #D325B9;
}
.TagClassName
{
border-color: #D325B9;
}
</style>