Shades of Deep Magenta #DA03CF
Tints of Deep Magenta #DA03CF
RGB
CMYK
RGB Variations
Color information
#DA03CF (or 0xDA03CF) is known color: Deep Magenta. HEX triplet: DA, 03 and CF. RGB value is (218,3,207). Sum of RGB (Red+Green+Blue) = 218+3+207=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 3 (1.56% from 255 or 0.70% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA03CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA03CF is #25FC30. Grayscale: #595959. Windows color (decimal): -2489393 or 13566938. OLE color: 13566938.
HSL color Cylindrical-coordinate representation of color #DA03CF: hue angle of 303.07º 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 #DA03CF is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 207 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.15 |
| HSL | 303.07º | 0.97% | 0.43% | - |
| HSV(B) | 303.07º | 0.99% | 0.85% | - |
| XYZ | 40.21 | 19.48 | 60.67 | - |
| YUV | 90.54 | 193.73 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 207 | 0 | 0.99 | 0.05 | 0.15 | 303.07 | 0.97 | 0.43 |
| Hex | DA | 3 | CF | 0 | 63 | 5 | F | 12F | 61 | 2B |
| Octal | 332 | 3 | 317 | 0 | 143 | 5 | 17 | 457 | 141 | 53 |
| Binary | 11011010 | 11 | 11001111 | 0 | 1100011 | 101 | 1111 | 100101111 | 1100001 | 101011 |
Color Harmonies of #DA03CF
Complementary color
Monochromatic Colors of #DA03CF
Black with #DA03CF
Text Example
Text Example
White with #DA03CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03CF; }
p { color: rgb(218,3,207); }
H1.HeaderClassName
{
color: #DA03CF;
}
.AnyTagClassName
{
color: #DA03CF;
}
</style>
background-color css
<style>
a { background-color: #DA03CF; }
a { background-color: rgb(218,3,207); }
div.DivClassName
{
background-color: #DA03CF;
}
.BgClassName
{
background-color: #DA03CF;
}
</style>
border-color css
<style>
span { border-color: #DA03CF; }
span { border-color: rgb(218,3,207); }
td.TdClassName
{
border-color: #DA03CF;
}
.TagClassName
{
border-color: #DA03CF;
}
</style>