Shades of Deep Magenta #D023BF
Tints of Deep Magenta #D023BF
RGB
CMYK
RGB Variations
Color information
#D023BF (or 0xD023BF) is known color: Deep Magenta. HEX triplet: D0, 23 and BF. RGB value is (208,35,191). Sum of RGB (Red+Green+Blue) = 208+35+191=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D023BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023BF is #2FDC40. Grayscale: #686868. Windows color (decimal): -3136577 or 12526544. OLE color: 12526544.
HSL color Cylindrical-coordinate representation of color #D023BF: hue angle of 305.9º 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 #D023BF is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 191 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.18 |
| HSL | 305.9º | 0.71% | 0.48% | - |
| HSV(B) | 305.9º | 0.83% | 0.82% | - |
| XYZ | 36.02 | 18.37 | 50.94 | - |
| YUV | 104.51 | 176.81 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 191 | 0 | 0.83 | 0.08 | 0.18 | 305.9 | 0.71 | 0.48 |
| Hex | D0 | 23 | BF | 0 | 53 | 8 | 12 | 132 | 47 | 30 |
| Octal | 320 | 43 | 277 | 0 | 123 | 10 | 22 | 462 | 107 | 60 |
| Binary | 11010000 | 100011 | 10111111 | 0 | 1010011 | 1000 | 10010 | 100110010 | 1000111 | 110000 |
Color Harmonies of #D023BF
Complementary color
Monochromatic Colors of #D023BF
Black with #D023BF
Text Example
Text Example
White with #D023BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D023BF; }
p { color: rgb(208,35,191); }
H1.HeaderClassName
{
color: #D023BF;
}
.AnyTagClassName
{
color: #D023BF;
}
</style>
background-color css
<style>
a { background-color: #D023BF; }
a { background-color: rgb(208,35,191); }
div.DivClassName
{
background-color: #D023BF;
}
.BgClassName
{
background-color: #D023BF;
}
</style>
border-color css
<style>
span { border-color: #D023BF; }
span { border-color: rgb(208,35,191); }
td.TdClassName
{
border-color: #D023BF;
}
.TagClassName
{
border-color: #D023BF;
}
</style>