Shades of Deep Magenta #DA07BD
Tints of Deep Magenta #DA07BD
RGB
CMYK
RGB Variations
Color information
#DA07BD (or 0xDA07BD) is known color: Deep Magenta. HEX triplet: DA, 07 and BD. RGB value is (218,7,189). Sum of RGB (Red+Green+Blue) = 218+7+189=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07BD is #25F842. Grayscale: #5A5A5A. Windows color (decimal): -2488387 or 12388314. OLE color: 12388314.
HSL color Cylindrical-coordinate representation of color #DA07BD: hue angle of 308.25º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA07BD is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.15 |
| HSL | 308.25º | 0.94% | 0.44% | - |
| HSV(B) | 308.25º | 0.97% | 0.85% | - |
| XYZ | 38.17 | 18.73 | 49.75 | - |
| YUV | 90.84 | 183.4 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 189 | 0 | 0.97 | 0.13 | 0.15 | 308.25 | 0.94 | 0.44 |
| Hex | DA | 7 | BD | 0 | 61 | D | F | 134 | 5E | 2C |
| Octal | 332 | 7 | 275 | 0 | 141 | 15 | 17 | 464 | 136 | 54 |
| Binary | 11011010 | 111 | 10111101 | 0 | 1100001 | 1101 | 1111 | 100110100 | 1011110 | 101100 |
Color Harmonies of #DA07BD
Complementary color
Monochromatic Colors of #DA07BD
Black with #DA07BD
Text Example
Text Example
White with #DA07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07BD; }
p { color: rgb(218,7,189); }
H1.HeaderClassName
{
color: #DA07BD;
}
.AnyTagClassName
{
color: #DA07BD;
}
</style>
background-color css
<style>
a { background-color: #DA07BD; }
a { background-color: rgb(218,7,189); }
div.DivClassName
{
background-color: #DA07BD;
}
.BgClassName
{
background-color: #DA07BD;
}
</style>
border-color css
<style>
span { border-color: #DA07BD; }
span { border-color: rgb(218,7,189); }
td.TdClassName
{
border-color: #DA07BD;
}
.TagClassName
{
border-color: #DA07BD;
}
</style>