Shades of Deep Magenta #D325BF
Tints of Deep Magenta #D325BF
RGB
CMYK
RGB Variations
Color information
#D325BF (or 0xD325BF) is known color: Deep Magenta. HEX triplet: D3, 25 and BF. RGB value is (211,37,191). Sum of RGB (Red+Green+Blue) = 211+37+191=439 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.06% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 211 - color contains mainly: red. Hex color #D325BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D325BF is #2CDA40. Grayscale: #6A6A6A. Windows color (decimal): -2939457 or 12527059. OLE color: 12527059.
HSL color Cylindrical-coordinate representation of color #D325BF: hue angle of 306.9º 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 #D325BF is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 37 | 191 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.17 |
| HSL | 306.9º | 0.7% | 0.49% | - |
| HSV(B) | 306.9º | 0.82% | 0.83% | - |
| XYZ | 36.93 | 18.93 | 51 | - |
| YUV | 106.58 | 175.65 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 37 | 191 | 0 | 0.82 | 0.09 | 0.17 | 306.9 | 0.7 | 0.49 |
| Hex | D3 | 25 | BF | 0 | 52 | 9 | 11 | 133 | 46 | 31 |
| Octal | 323 | 45 | 277 | 0 | 122 | 11 | 21 | 463 | 106 | 61 |
| Binary | 11010011 | 100101 | 10111111 | 0 | 1010010 | 1001 | 10001 | 100110011 | 1000110 | 110001 |
Color Harmonies of #D325BF
Complementary color
Monochromatic Colors of #D325BF
Black with #D325BF
Text Example
Text Example
White with #D325BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D325BF; }
p { color: rgb(211,37,191); }
H1.HeaderClassName
{
color: #D325BF;
}
.AnyTagClassName
{
color: #D325BF;
}
</style>
background-color css
<style>
a { background-color: #D325BF; }
a { background-color: rgb(211,37,191); }
div.DivClassName
{
background-color: #D325BF;
}
.BgClassName
{
background-color: #D325BF;
}
</style>
border-color css
<style>
span { border-color: #D325BF; }
span { border-color: rgb(211,37,191); }
td.TdClassName
{
border-color: #D325BF;
}
.TagClassName
{
border-color: #D325BF;
}
</style>