Shades of Deep Magenta #D023B3
Tints of Deep Magenta #D023B3
RGB
CMYK
RGB Variations
Color information
#D023B3 (or 0xD023B3) is known color: Deep Magenta. HEX triplet: D0, 23 and B3. RGB value is (208,35,179). Sum of RGB (Red+Green+Blue) = 208+35+179=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D023B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023B3 is #2FDC4C. Grayscale: #666666. Windows color (decimal): -3136589 or 11740112. OLE color: 11740112.
HSL color Cylindrical-coordinate representation of color #D023B3: hue angle of 310.06º 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 #D023B3 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 179 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.18 |
| HSL | 310.06º | 0.71% | 0.48% | - |
| HSV(B) | 310.06º | 0.83% | 0.82% | - |
| XYZ | 34.75 | 17.87 | 44.26 | - |
| YUV | 103.14 | 170.81 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 179 | 0 | 0.83 | 0.14 | 0.18 | 310.06 | 0.71 | 0.48 |
| Hex | D0 | 23 | B3 | 0 | 53 | E | 12 | 136 | 47 | 30 |
| Octal | 320 | 43 | 263 | 0 | 123 | 16 | 22 | 466 | 107 | 60 |
| Binary | 11010000 | 100011 | 10110011 | 0 | 1010011 | 1110 | 10010 | 100110110 | 1000111 | 110000 |
Color Harmonies of #D023B3
Complementary color
Monochromatic Colors of #D023B3
Black with #D023B3
Text Example
Text Example
White with #D023B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D023B3; }
p { color: rgb(208,35,179); }
H1.HeaderClassName
{
color: #D023B3;
}
.AnyTagClassName
{
color: #D023B3;
}
</style>
background-color css
<style>
a { background-color: #D023B3; }
a { background-color: rgb(208,35,179); }
div.DivClassName
{
background-color: #D023B3;
}
.BgClassName
{
background-color: #D023B3;
}
</style>
border-color css
<style>
span { border-color: #D023B3; }
span { border-color: rgb(208,35,179); }
td.TdClassName
{
border-color: #D023B3;
}
.TagClassName
{
border-color: #D023B3;
}
</style>