Shades of Deep Magenta #D327CF
Tints of Deep Magenta #D327CF
RGB
CMYK
RGB Variations
Color information
#D327CF (or 0xD327CF) is known color: Deep Magenta. HEX triplet: D3, 27 and CF. RGB value is (211,39,207). Sum of RGB (Red+Green+Blue) = 211+39+207=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 39 (15.62% from 255 or 8.53% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D327CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D327CF is #2CD830. Grayscale: #6D6D6D. Windows color (decimal): -2938929 or 13576147. OLE color: 13576147.
HSL color Cylindrical-coordinate representation of color #D327CF: hue angle of 301.4º 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 #D327CF is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 39 | 207 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.17 |
| HSL | 301.4º | 0.69% | 0.49% | - |
| HSV(B) | 301.4º | 0.82% | 0.83% | - |
| XYZ | 38.85 | 19.8 | 60.81 | - |
| YUV | 109.58 | 182.98 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 39 | 207 | 0 | 0.82 | 0.02 | 0.17 | 301.4 | 0.69 | 0.49 |
| Hex | D3 | 27 | CF | 0 | 52 | 2 | 11 | 12D | 45 | 31 |
| Octal | 323 | 47 | 317 | 0 | 122 | 2 | 21 | 455 | 105 | 61 |
| Binary | 11010011 | 100111 | 11001111 | 0 | 1010010 | 10 | 10001 | 100101101 | 1000101 | 110001 |
Color Harmonies of #D327CF
Complementary color
Monochromatic Colors of #D327CF
Black with #D327CF
Text Example
Text Example
White with #D327CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D327CF; }
p { color: rgb(211,39,207); }
H1.HeaderClassName
{
color: #D327CF;
}
.AnyTagClassName
{
color: #D327CF;
}
</style>
background-color css
<style>
a { background-color: #D327CF; }
a { background-color: rgb(211,39,207); }
div.DivClassName
{
background-color: #D327CF;
}
.BgClassName
{
background-color: #D327CF;
}
</style>
border-color css
<style>
span { border-color: #D327CF; }
span { border-color: rgb(211,39,207); }
td.TdClassName
{
border-color: #D327CF;
}
.TagClassName
{
border-color: #D327CF;
}
</style>