Shades of Deep Magenta #D327BE
Tints of Deep Magenta #D327BE
RGB
CMYK
RGB Variations
Color information
#D327BE (or 0xD327BE) is known color: Deep Magenta. HEX triplet: D3, 27 and BE. RGB value is (211,39,190). Sum of RGB (Red+Green+Blue) = 211+39+190=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D327BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D327BE is #2CD841. Grayscale: #6B6B6B. Windows color (decimal): -2938946 or 12462035. OLE color: 12462035.
HSL color Cylindrical-coordinate representation of color #D327BE: hue angle of 307.33º degrees, saturation: 0.69, 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 #D327BE is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 190 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.17 |
| HSL | 307.33º | 0.69% | 0.49% | - |
| HSV(B) | 307.33º | 0.82% | 0.83% | - |
| XYZ | 36.88 | 19.02 | 50.44 | - |
| YUV | 107.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 190 | 0 | 0.82 | 0.10 | 0.17 | 307.33 | 0.69 | 0.49 |
| Hex | D3 | 27 | BE | 0 | 52 | A | 11 | 133 | 45 | 31 |
| Octal | 323 | 47 | 276 | 0 | 122 | 12 | 21 | 463 | 105 | 61 |
| Binary | 11010011 | 100111 | 10111110 | 0 | 1010010 | 1010 | 10001 | 100110011 | 1000101 | 110001 |
Color Harmonies of #D327BE
Complementary color
Monochromatic Colors of #D327BE
Black with #D327BE
Text Example
Text Example
White with #D327BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D327BE; }
p { color: rgb(211,39,190); }
H1.HeaderClassName
{
color: #D327BE;
}
.AnyTagClassName
{
color: #D327BE;
}
</style>
background-color css
<style>
a { background-color: #D327BE; }
a { background-color: rgb(211,39,190); }
div.DivClassName
{
background-color: #D327BE;
}
.BgClassName
{
background-color: #D327BE;
}
</style>
border-color css
<style>
span { border-color: #D327BE; }
span { border-color: rgb(211,39,190); }
td.TdClassName
{
border-color: #D327BE;
}
.TagClassName
{
border-color: #D327BE;
}
</style>