Shades of Deep Magenta #DA0BE4
Tints of Deep Magenta #DA0BE4
RGB
CMYK
RGB Variations
Color information
#DA0BE4 (or 0xDA0BE4) is known color: Deep Magenta. HEX triplet: DA, 0B and E4. RGB value is (218,11,228). Sum of RGB (Red+Green+Blue) = 218+11+228=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 228 (89.45% from 255 or 49.89% from 457); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA0BE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0BE4 is #25F41B. Grayscale: #606060. Windows color (decimal): -2487324 or 14945242. OLE color: 14945242.
HSL color Cylindrical-coordinate representation of color #DA0BE4: hue angle of 297.24º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0BE4 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 11 | 228 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.11 |
| HSL | 297.24º | 0.91% | 0.47% | - |
| HSV(B) | 297.24º | 0.95% | 0.89% | - |
| XYZ | 43.04 | 20.75 | 75.13 | - |
| YUV | 97.63 | 201.58 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 228 | 0.04 | 0.95 | 0 | 0.11 | 297.24 | 0.91 | 0.47 |
| Hex | DA | B | E4 | 4 | 5F | 0 | B | 129 | 5B | 2F |
| Octal | 332 | 13 | 344 | 4 | 137 | 0 | 13 | 451 | 133 | 57 |
| Binary | 11011010 | 1011 | 11100100 | 100 | 1011111 | 0 | 1011 | 100101001 | 1011011 | 101111 |
Color Harmonies of #DA0BE4
Complementary color
Monochromatic Colors of #DA0BE4
Black with #DA0BE4
Text Example
Text Example
White with #DA0BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0BE4; }
p { color: rgb(218,11,228); }
H1.HeaderClassName
{
color: #DA0BE4;
}
.AnyTagClassName
{
color: #DA0BE4;
}
</style>
background-color css
<style>
a { background-color: #DA0BE4; }
a { background-color: rgb(218,11,228); }
div.DivClassName
{
background-color: #DA0BE4;
}
.BgClassName
{
background-color: #DA0BE4;
}
</style>
border-color css
<style>
span { border-color: #DA0BE4; }
span { border-color: rgb(218,11,228); }
td.TdClassName
{
border-color: #DA0BE4;
}
.TagClassName
{
border-color: #DA0BE4;
}
</style>