Shades of Deep Magenta #D02BD1
Tints of Deep Magenta #D02BD1
RGB
CMYK
RGB Variations
Color information
#D02BD1 (or 0xD02BD1) is known color: Deep Magenta. HEX triplet: D0, 2B and D1. RGB value is (208,43,209). Sum of RGB (Red+Green+Blue) = 208+43+209=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #D02BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02BD1 is #2FD42E. Grayscale: #6E6E6E. Windows color (decimal): -3134511 or 13708240. OLE color: 13708240.
HSL color Cylindrical-coordinate representation of color #D02BD1: hue angle of 299.64º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02BD1 is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 43 | 209 | - |
| CMYK | 0.00 | 0.79 | 0 | 0.18 |
| HSL | 299.64º | 0.66% | 0.49% | - |
| HSV(B) | 299.64º | 0.79% | 0.82% | - |
| XYZ | 38.38 | 19.74 | 62.11 | - |
| YUV | 111.26 | 183.16 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 43 | 209 | 0.00 | 0.79 | 0 | 0.18 | 299.64 | 0.66 | 0.49 |
| Hex | D0 | 2B | D1 | 0 | 4F | 0 | 12 | 12C | 42 | 31 |
| Octal | 320 | 53 | 321 | 0 | 117 | 0 | 22 | 454 | 102 | 61 |
| Binary | 11010000 | 101011 | 11010001 | 0 | 1001111 | 0 | 10010 | 100101100 | 1000010 | 110001 |
Color Harmonies of #D02BD1
Complementary color
Monochromatic Colors of #D02BD1
Black with #D02BD1
Text Example
Text Example
White with #D02BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02BD1; }
p { color: rgb(208,43,209); }
H1.HeaderClassName
{
color: #D02BD1;
}
.AnyTagClassName
{
color: #D02BD1;
}
</style>
background-color css
<style>
a { background-color: #D02BD1; }
a { background-color: rgb(208,43,209); }
div.DivClassName
{
background-color: #D02BD1;
}
.BgClassName
{
background-color: #D02BD1;
}
</style>
border-color css
<style>
span { border-color: #D02BD1; }
span { border-color: rgb(208,43,209); }
td.TdClassName
{
border-color: #D02BD1;
}
.TagClassName
{
border-color: #D02BD1;
}
</style>