Shades of Deep Magenta #D023B9
Tints of Deep Magenta #D023B9
RGB
CMYK
RGB Variations
Color information
#D023B9 (or 0xD023B9) is known color: Deep Magenta. HEX triplet: D0, 23 and B9. RGB value is (208,35,185). Sum of RGB (Red+Green+Blue) = 208+35+185=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D023B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023B9 is #2FDC46. Grayscale: #676767. Windows color (decimal): -3136583 or 12133328. OLE color: 12133328.
HSL color Cylindrical-coordinate representation of color #D023B9: hue angle of 307.98º 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 #D023B9 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 185 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.18 |
| HSL | 307.98º | 0.71% | 0.48% | - |
| HSV(B) | 307.98º | 0.83% | 0.82% | - |
| XYZ | 35.37 | 18.11 | 47.53 | - |
| YUV | 103.83 | 173.81 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 185 | 0 | 0.83 | 0.11 | 0.18 | 307.98 | 0.71 | 0.48 |
| Hex | D0 | 23 | B9 | 0 | 53 | B | 12 | 134 | 47 | 30 |
| Octal | 320 | 43 | 271 | 0 | 123 | 13 | 22 | 464 | 107 | 60 |
| Binary | 11010000 | 100011 | 10111001 | 0 | 1010011 | 1011 | 10010 | 100110100 | 1000111 | 110000 |
Color Harmonies of #D023B9
Complementary color
Monochromatic Colors of #D023B9
Black with #D023B9
Text Example
Text Example
White with #D023B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D023B9; }
p { color: rgb(208,35,185); }
H1.HeaderClassName
{
color: #D023B9;
}
.AnyTagClassName
{
color: #D023B9;
}
</style>
background-color css
<style>
a { background-color: #D023B9; }
a { background-color: rgb(208,35,185); }
div.DivClassName
{
background-color: #D023B9;
}
.BgClassName
{
background-color: #D023B9;
}
</style>
border-color css
<style>
span { border-color: #D023B9; }
span { border-color: rgb(208,35,185); }
td.TdClassName
{
border-color: #D023B9;
}
.TagClassName
{
border-color: #D023B9;
}
</style>