Shades of Deep Magenta #DA02CC
Tints of Deep Magenta #DA02CC
RGB
CMYK
RGB Variations
Color information
#DA02CC (or 0xDA02CC) is known color: Deep Magenta. HEX triplet: DA, 02 and CC. RGB value is (218,2,204). Sum of RGB (Red+Green+Blue) = 218+2+204=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA02CC is #25FD33. Grayscale: #595959. Windows color (decimal): -2489652 or 13370074. OLE color: 13370074.
HSL color Cylindrical-coordinate representation of color #DA02CC: hue angle of 303.89º degrees, saturation: 0.98, 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 #DA02CC is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.15 |
| HSL | 303.89º | 0.98% | 0.43% | - |
| HSV(B) | 303.89º | 0.99% | 0.85% | - |
| XYZ | 39.83 | 19.31 | 58.75 | - |
| YUV | 89.61 | 192.56 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 204 | 0 | 0.99 | 0.06 | 0.15 | 303.89 | 0.98 | 0.43 |
| Hex | DA | 2 | CC | 0 | 63 | 6 | F | 130 | 62 | 2B |
| Octal | 332 | 2 | 314 | 0 | 143 | 6 | 17 | 460 | 142 | 53 |
| Binary | 11011010 | 10 | 11001100 | 0 | 1100011 | 110 | 1111 | 100110000 | 1100010 | 101011 |
Color Harmonies of #DA02CC
Complementary color
Monochromatic Colors of #DA02CC
Black with #DA02CC
Text Example
Text Example
White with #DA02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA02CC; }
p { color: rgb(218,2,204); }
H1.HeaderClassName
{
color: #DA02CC;
}
.AnyTagClassName
{
color: #DA02CC;
}
</style>
background-color css
<style>
a { background-color: #DA02CC; }
a { background-color: rgb(218,2,204); }
div.DivClassName
{
background-color: #DA02CC;
}
.BgClassName
{
background-color: #DA02CC;
}
</style>
border-color css
<style>
span { border-color: #DA02CC; }
span { border-color: rgb(218,2,204); }
td.TdClassName
{
border-color: #DA02CC;
}
.TagClassName
{
border-color: #DA02CC;
}
</style>