Shades of Deep Magenta #D328CB
Tints of Deep Magenta #D328CB
RGB
CMYK
RGB Variations
Color information
#D328CB (or 0xD328CB) is known color: Deep Magenta. HEX triplet: D3, 28 and CB. RGB value is (211,40,203). Sum of RGB (Red+Green+Blue) = 211+40+203=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 40 (16.02% from 255 or 8.81% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D328CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D328CB is #2CD734. Grayscale: #6D6D6D. Windows color (decimal): -2938677 or 13314259. OLE color: 13314259.
HSL color Cylindrical-coordinate representation of color #D328CB: hue angle of 302.81º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D328CB is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 40 | 203 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.17 |
| HSL | 302.81º | 0.68% | 0.49% | - |
| HSV(B) | 302.81º | 0.81% | 0.83% | - |
| XYZ | 38.4 | 19.68 | 58.27 | - |
| YUV | 109.71 | 180.65 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 40 | 203 | 0 | 0.81 | 0.04 | 0.17 | 302.81 | 0.68 | 0.49 |
| Hex | D3 | 28 | CB | 0 | 51 | 4 | 11 | 12F | 44 | 31 |
| Octal | 323 | 50 | 313 | 0 | 121 | 4 | 21 | 457 | 104 | 61 |
| Binary | 11010011 | 101000 | 11001011 | 0 | 1010001 | 100 | 10001 | 100101111 | 1000100 | 110001 |
Color Harmonies of #D328CB
Complementary color
Monochromatic Colors of #D328CB
Black with #D328CB
Text Example
Text Example
White with #D328CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D328CB; }
p { color: rgb(211,40,203); }
H1.HeaderClassName
{
color: #D328CB;
}
.AnyTagClassName
{
color: #D328CB;
}
</style>
background-color css
<style>
a { background-color: #D328CB; }
a { background-color: rgb(211,40,203); }
div.DivClassName
{
background-color: #D328CB;
}
.BgClassName
{
background-color: #D328CB;
}
</style>
border-color css
<style>
span { border-color: #D328CB; }
span { border-color: rgb(211,40,203); }
td.TdClassName
{
border-color: #D328CB;
}
.TagClassName
{
border-color: #D328CB;
}
</style>