Shades of Deep Magenta #DA03CB
Tints of Deep Magenta #DA03CB
RGB
CMYK
RGB Variations
Color information
#DA03CB (or 0xDA03CB) is known color: Deep Magenta. HEX triplet: DA, 03 and CB. RGB value is (218,3,203). Sum of RGB (Red+Green+Blue) = 218+3+203=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 3 (1.56% from 255 or 0.71% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA03CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA03CB is #25FC34. Grayscale: #595959. Windows color (decimal): -2489397 or 13304794. OLE color: 13304794.
HSL color Cylindrical-coordinate representation of color #DA03CB: hue angle of 304.19º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA03CB is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 203 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.15 |
| HSL | 304.19º | 0.97% | 0.43% | - |
| HSV(B) | 304.19º | 0.99% | 0.85% | - |
| XYZ | 39.73 | 19.28 | 58.13 | - |
| YUV | 90.09 | 191.73 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 203 | 0 | 0.99 | 0.07 | 0.15 | 304.19 | 0.97 | 0.43 |
| Hex | DA | 3 | CB | 0 | 63 | 7 | F | 130 | 61 | 2B |
| Octal | 332 | 3 | 313 | 0 | 143 | 7 | 17 | 460 | 141 | 53 |
| Binary | 11011010 | 11 | 11001011 | 0 | 1100011 | 111 | 1111 | 100110000 | 1100001 | 101011 |
Color Harmonies of #DA03CB
Complementary color
Monochromatic Colors of #DA03CB
Black with #DA03CB
Text Example
Text Example
White with #DA03CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03CB; }
p { color: rgb(218,3,203); }
H1.HeaderClassName
{
color: #DA03CB;
}
.AnyTagClassName
{
color: #DA03CB;
}
</style>
background-color css
<style>
a { background-color: #DA03CB; }
a { background-color: rgb(218,3,203); }
div.DivClassName
{
background-color: #DA03CB;
}
.BgClassName
{
background-color: #DA03CB;
}
</style>
border-color css
<style>
span { border-color: #DA03CB; }
span { border-color: rgb(218,3,203); }
td.TdClassName
{
border-color: #DA03CB;
}
.TagClassName
{
border-color: #DA03CB;
}
</style>