Shades of Deep Magenta #DA03CC
Tints of Deep Magenta #DA03CC
RGB
CMYK
RGB Variations
Color information
#DA03CC (or 0xDA03CC) is known color: Deep Magenta. HEX triplet: DA, 03 and CC. RGB value is (218,3,204). Sum of RGB (Red+Green+Blue) = 218+3+204=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 3 (1.56% from 255 or 0.71% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA03CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA03CC is #25FC33. Grayscale: #595959. Windows color (decimal): -2489396 or 13370330. OLE color: 13370330.
HSL color Cylindrical-coordinate representation of color #DA03CC: hue angle of 303.91º 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 #DA03CC is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.15 |
| HSL | 303.91º | 0.97% | 0.43% | - |
| HSV(B) | 303.91º | 0.99% | 0.85% | - |
| XYZ | 39.85 | 19.33 | 58.76 | - |
| YUV | 90.2 | 192.23 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 204 | 0 | 0.99 | 0.06 | 0.15 | 303.91 | 0.97 | 0.43 |
| Hex | DA | 3 | CC | 0 | 63 | 6 | F | 130 | 61 | 2B |
| Octal | 332 | 3 | 314 | 0 | 143 | 6 | 17 | 460 | 141 | 53 |
| Binary | 11011010 | 11 | 11001100 | 0 | 1100011 | 110 | 1111 | 100110000 | 1100001 | 101011 |
Color Harmonies of #DA03CC
Complementary color
Monochromatic Colors of #DA03CC
Black with #DA03CC
Text Example
Text Example
White with #DA03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03CC; }
p { color: rgb(218,3,204); }
H1.HeaderClassName
{
color: #DA03CC;
}
.AnyTagClassName
{
color: #DA03CC;
}
</style>
background-color css
<style>
a { background-color: #DA03CC; }
a { background-color: rgb(218,3,204); }
div.DivClassName
{
background-color: #DA03CC;
}
.BgClassName
{
background-color: #DA03CC;
}
</style>
border-color css
<style>
span { border-color: #DA03CC; }
span { border-color: rgb(218,3,204); }
td.TdClassName
{
border-color: #DA03CC;
}
.TagClassName
{
border-color: #DA03CC;
}
</style>