Shades of Deep Magenta #D023BA
Tints of Deep Magenta #D023BA
RGB
CMYK
RGB Variations
Color information
#D023BA (or 0xD023BA) is known color: Deep Magenta. HEX triplet: D0, 23 and BA. RGB value is (208,35,186). Sum of RGB (Red+Green+Blue) = 208+35+186=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D023BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023BA is #2FDC45. Grayscale: #676767. Windows color (decimal): -3136582 or 12198864. OLE color: 12198864.
HSL color Cylindrical-coordinate representation of color #D023BA: hue angle of 307.63º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D023BA is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 186 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.18 |
| HSL | 307.63º | 0.71% | 0.48% | - |
| HSV(B) | 307.63º | 0.83% | 0.82% | - |
| XYZ | 35.48 | 18.16 | 48.09 | - |
| YUV | 103.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 186 | 0 | 0.83 | 0.11 | 0.18 | 307.63 | 0.71 | 0.48 |
| Hex | D0 | 23 | BA | 0 | 53 | B | 12 | 134 | 47 | 30 |
| Octal | 320 | 43 | 272 | 0 | 123 | 13 | 22 | 464 | 107 | 60 |
| Binary | 11010000 | 100011 | 10111010 | 0 | 1010011 | 1011 | 10010 | 100110100 | 1000111 | 110000 |
Color Harmonies of #D023BA
Complementary color
Monochromatic Colors of #D023BA
Black with #D023BA
Text Example
Text Example
White with #D023BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D023BA; }
p { color: rgb(208,35,186); }
H1.HeaderClassName
{
color: #D023BA;
}
.AnyTagClassName
{
color: #D023BA;
}
</style>
background-color css
<style>
a { background-color: #D023BA; }
a { background-color: rgb(208,35,186); }
div.DivClassName
{
background-color: #D023BA;
}
.BgClassName
{
background-color: #D023BA;
}
</style>
border-color css
<style>
span { border-color: #D023BA; }
span { border-color: rgb(208,35,186); }
td.TdClassName
{
border-color: #D023BA;
}
.TagClassName
{
border-color: #D023BA;
}
</style>