Shades of Deep Magenta #DA07CB
Tints of Deep Magenta #DA07CB
RGB
CMYK
RGB Variations
Color information
#DA07CB (or 0xDA07CB) is known color: Deep Magenta. HEX triplet: DA, 07 and CB. RGB value is (218,7,203). Sum of RGB (Red+Green+Blue) = 218+7+203=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA07CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA07CB is #25F834. Grayscale: #5B5B5B. Windows color (decimal): -2488373 or 13305818. OLE color: 13305818.
HSL color Cylindrical-coordinate representation of color #DA07CB: hue angle of 304.27º 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 #DA07CB is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 203 | - |
| CMYK | 0 | 0.97 | 0.07 | 0.15 |
| HSL | 304.27º | 0.94% | 0.44% | - |
| HSV(B) | 304.27º | 0.97% | 0.85% | - |
| XYZ | 39.77 | 19.37 | 58.14 | - |
| YUV | 92.43 | 190.4 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 203 | 0 | 0.97 | 0.07 | 0.15 | 304.27 | 0.94 | 0.44 |
| Hex | DA | 7 | CB | 0 | 61 | 7 | F | 130 | 5E | 2C |
| Octal | 332 | 7 | 313 | 0 | 141 | 7 | 17 | 460 | 136 | 54 |
| Binary | 11011010 | 111 | 11001011 | 0 | 1100001 | 111 | 1111 | 100110000 | 1011110 | 101100 |
Color Harmonies of #DA07CB
Complementary color
Monochromatic Colors of #DA07CB
Black with #DA07CB
Text Example
Text Example
White with #DA07CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA07CB; }
p { color: rgb(218,7,203); }
H1.HeaderClassName
{
color: #DA07CB;
}
.AnyTagClassName
{
color: #DA07CB;
}
</style>
background-color css
<style>
a { background-color: #DA07CB; }
a { background-color: rgb(218,7,203); }
div.DivClassName
{
background-color: #DA07CB;
}
.BgClassName
{
background-color: #DA07CB;
}
</style>
border-color css
<style>
span { border-color: #DA07CB; }
span { border-color: rgb(218,7,203); }
td.TdClassName
{
border-color: #DA07CB;
}
.TagClassName
{
border-color: #DA07CB;
}
</style>