Shades of Deep Magenta #D023BD
Tints of Deep Magenta #D023BD
RGB
CMYK
RGB Variations
Color information
#D023BD (or 0xD023BD) is known color: Deep Magenta. HEX triplet: D0, 23 and BD. RGB value is (208,35,189). Sum of RGB (Red+Green+Blue) = 208+35+189=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D023BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D023BD is #2FDC42. Grayscale: #676767. Windows color (decimal): -3136579 or 12395472. OLE color: 12395472.
HSL color Cylindrical-coordinate representation of color #D023BD: hue angle of 306.59º 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 #D023BD is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 35 | 189 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.18 |
| HSL | 306.59º | 0.71% | 0.48% | - |
| HSV(B) | 306.59º | 0.83% | 0.82% | - |
| XYZ | 35.8 | 18.29 | 49.79 | - |
| YUV | 104.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 35 | 189 | 0 | 0.83 | 0.09 | 0.18 | 306.59 | 0.71 | 0.48 |
| Hex | D0 | 23 | BD | 0 | 53 | 9 | 12 | 133 | 47 | 30 |
| Octal | 320 | 43 | 275 | 0 | 123 | 11 | 22 | 463 | 107 | 60 |
| Binary | 11010000 | 100011 | 10111101 | 0 | 1010011 | 1001 | 10010 | 100110011 | 1000111 | 110000 |
Color Harmonies of #D023BD
Complementary color
Monochromatic Colors of #D023BD
Black with #D023BD
Text Example
Text Example
White with #D023BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D023BD; }
p { color: rgb(208,35,189); }
H1.HeaderClassName
{
color: #D023BD;
}
.AnyTagClassName
{
color: #D023BD;
}
</style>
background-color css
<style>
a { background-color: #D023BD; }
a { background-color: rgb(208,35,189); }
div.DivClassName
{
background-color: #D023BD;
}
.BgClassName
{
background-color: #D023BD;
}
</style>
border-color css
<style>
span { border-color: #D023BD; }
span { border-color: rgb(208,35,189); }
td.TdClassName
{
border-color: #D023BD;
}
.TagClassName
{
border-color: #D023BD;
}
</style>