Shades of Deep Magenta #D01BDA
Tints of Deep Magenta #D01BDA
RGB
CMYK
RGB Variations
Color information
#D01BDA (or 0xD01BDA) is known color: Deep Magenta. HEX triplet: D0, 1B and DA. RGB value is (208,27,218). Sum of RGB (Red+Green+Blue) = 208+27+218=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 27 (10.94% from 255 or 5.96% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #D01BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01BDA is #2FE425. Grayscale: #666666. Windows color (decimal): -3138598 or 14293968. OLE color: 14293968.
HSL color Cylindrical-coordinate representation of color #D01BDA: hue angle of 296.86º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01BDA is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 27 | 218 | - |
| CMYK | 0.05 | 0.88 | 0 | 0.15 |
| HSL | 296.86º | 0.78% | 0.48% | - |
| HSV(B) | 296.86º | 0.88% | 0.85% | - |
| XYZ | 39.06 | 19.26 | 67.99 | - |
| YUV | 102.89 | 192.97 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 27 | 218 | 0.05 | 0.88 | 0 | 0.15 | 296.86 | 0.78 | 0.48 |
| Hex | D0 | 1B | DA | 5 | 58 | 0 | F | 129 | 4E | 30 |
| Octal | 320 | 33 | 332 | 5 | 130 | 0 | 17 | 451 | 116 | 60 |
| Binary | 11010000 | 11011 | 11011010 | 101 | 1011000 | 0 | 1111 | 100101001 | 1001110 | 110000 |
Color Harmonies of #D01BDA
Complementary color
Monochromatic Colors of #D01BDA
Black with #D01BDA
Text Example
Text Example
White with #D01BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01BDA; }
p { color: rgb(208,27,218); }
H1.HeaderClassName
{
color: #D01BDA;
}
.AnyTagClassName
{
color: #D01BDA;
}
</style>
background-color css
<style>
a { background-color: #D01BDA; }
a { background-color: rgb(208,27,218); }
div.DivClassName
{
background-color: #D01BDA;
}
.BgClassName
{
background-color: #D01BDA;
}
</style>
border-color css
<style>
span { border-color: #D01BDA; }
span { border-color: rgb(208,27,218); }
td.TdClassName
{
border-color: #D01BDA;
}
.TagClassName
{
border-color: #D01BDA;
}
</style>