Shades of Deep Magenta #DA0ADC
Tints of Deep Magenta #DA0ADC
RGB
CMYK
RGB Variations
Color information
#DA0ADC (or 0xDA0ADC) is known color: Deep Magenta. HEX triplet: DA, 0A and DC. RGB value is (218,10,220). Sum of RGB (Red+Green+Blue) = 218+10+220=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 10 (4.30% from 255 or 2.23% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA0ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0ADC is #25F523. Grayscale: #5F5F5F. Windows color (decimal): -2487588 or 14420698. OLE color: 14420698.
HSL color Cylindrical-coordinate representation of color #DA0ADC: hue angle of 299.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0ADC is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 10 | 220 | - |
CMYK | 0.01 | 0.95 | 0 | 0.14 |
HSL | 299.43º | 0.91% | 0.45% | - |
HSV(B) | 299.43º | 0.95% | 0.86% | - |
XYZ | 41.94 | 20.29 | 69.42 | - |
YUV | 96.13 | 197.91 | 214.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 10 | 220 | 0.01 | 0.95 | 0 | 0.14 | 299.43 | 0.91 | 0.45 |
Hex | DA | A | DC | 1 | 5F | 0 | E | 12B | 5B | 2D |
Octal | 332 | 12 | 334 | 1 | 137 | 0 | 16 | 453 | 133 | 55 |
Binary | 11011010 | 1010 | 11011100 | 1 | 1011111 | 0 | 1110 | 100101011 | 1011011 | 101101 |
Color Harmonies of #DA0ADC
Complementary color
Monochromatic Colors of #DA0ADC
Black with #DA0ADC
Text Example
Text Example
White with #DA0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0ADC; }
p { color: rgb(218,10,220); }
H1.HeaderClassName
{
color: #DA0ADC;
}
.AnyTagClassName
{
color: #DA0ADC;
}
</style>
background-color css
<style>
a { background-color: #DA0ADC; }
a { background-color: rgb(218,10,220); }
div.DivClassName
{
background-color: #DA0ADC;
}
.BgClassName
{
background-color: #DA0ADC;
}
</style>
border-color css
<style>
span { border-color: #DA0ADC; }
span { border-color: rgb(218,10,220); }
td.TdClassName
{
border-color: #DA0ADC;
}
.TagClassName
{
border-color: #DA0ADC;
}
</style>