Shades of Deep Magenta #D323BB
Tints of Deep Magenta #D323BB
RGB
CMYK
RGB Variations
Color information
#D323BB (or 0xD323BB) is known color: Deep Magenta. HEX triplet: D3, 23 and BB. RGB value is (211,35,187). Sum of RGB (Red+Green+Blue) = 211+35+187=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 35 (14.06% from 255 or 8.08% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D323BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D323BB is #2CDC44. Grayscale: #686868. Windows color (decimal): -2939973 or 12264403. OLE color: 12264403.
HSL color Cylindrical-coordinate representation of color #D323BB: hue angle of 308.18º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D323BB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 35 | 187 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.17 |
| HSL | 308.18º | 0.72% | 0.48% | - |
| HSV(B) | 308.18º | 0.83% | 0.83% | - |
| XYZ | 36.43 | 18.64 | 48.69 | - |
| YUV | 104.95 | 174.31 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 187 | 0 | 0.83 | 0.11 | 0.17 | 308.18 | 0.72 | 0.48 |
| Hex | D3 | 23 | BB | 0 | 53 | B | 11 | 134 | 48 | 30 |
| Octal | 323 | 43 | 273 | 0 | 123 | 13 | 21 | 464 | 110 | 60 |
| Binary | 11010011 | 100011 | 10111011 | 0 | 1010011 | 1011 | 10001 | 100110100 | 1001000 | 110000 |
Color Harmonies of #D323BB
Complementary color
Monochromatic Colors of #D323BB
Black with #D323BB
Text Example
Text Example
White with #D323BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D323BB; }
p { color: rgb(211,35,187); }
H1.HeaderClassName
{
color: #D323BB;
}
.AnyTagClassName
{
color: #D323BB;
}
</style>
background-color css
<style>
a { background-color: #D323BB; }
a { background-color: rgb(211,35,187); }
div.DivClassName
{
background-color: #D323BB;
}
.BgClassName
{
background-color: #D323BB;
}
</style>
border-color css
<style>
span { border-color: #D323BB; }
span { border-color: rgb(211,35,187); }
td.TdClassName
{
border-color: #D323BB;
}
.TagClassName
{
border-color: #D323BB;
}
</style>