Shades of Deep Magenta #DA09DC
Tints of Deep Magenta #DA09DC
RGB
CMYK
RGB Variations
Color information
#DA09DC (or 0xDA09DC) is known color: Deep Magenta. HEX triplet: DA, 09 and DC. RGB value is (218,9,220). Sum of RGB (Red+Green+Blue) = 218+9+220=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA09DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09DC is #25F623. Grayscale: #5E5E5E. Windows color (decimal): -2487844 or 14420442. OLE color: 14420442.
HSL color Cylindrical-coordinate representation of color #DA09DC: hue angle of 299.43º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA09DC is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 9 | 220 | - |
CMYK | 0.01 | 0.96 | 0 | 0.14 |
HSL | 299.43º | 0.92% | 0.45% | - |
HSV(B) | 299.43º | 0.96% | 0.86% | - |
XYZ | 41.93 | 20.27 | 69.41 | - |
YUV | 95.55 | 198.24 | 215.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 9 | 220 | 0.01 | 0.96 | 0 | 0.14 | 299.43 | 0.92 | 0.45 |
Hex | DA | 9 | DC | 1 | 60 | 0 | E | 12B | 5C | 2D |
Octal | 332 | 11 | 334 | 1 | 140 | 0 | 16 | 453 | 134 | 55 |
Binary | 11011010 | 1001 | 11011100 | 1 | 1100000 | 0 | 1110 | 100101011 | 1011100 | 101101 |
Color Harmonies of #DA09DC
Complementary color
Monochromatic Colors of #DA09DC
Black with #DA09DC
Text Example
Text Example
White with #DA09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09DC; }
p { color: rgb(218,9,220); }
H1.HeaderClassName
{
color: #DA09DC;
}
.AnyTagClassName
{
color: #DA09DC;
}
</style>
background-color css
<style>
a { background-color: #DA09DC; }
a { background-color: rgb(218,9,220); }
div.DivClassName
{
background-color: #DA09DC;
}
.BgClassName
{
background-color: #DA09DC;
}
</style>
border-color css
<style>
span { border-color: #DA09DC; }
span { border-color: rgb(218,9,220); }
td.TdClassName
{
border-color: #DA09DC;
}
.TagClassName
{
border-color: #DA09DC;
}
</style>