Shades of Deep Magenta #DA06CE
Tints of Deep Magenta #DA06CE
RGB
CMYK
RGB Variations
Color information
#DA06CE (or 0xDA06CE) is known color: Deep Magenta. HEX triplet: DA, 06 and CE. RGB value is (218,6,206). Sum of RGB (Red+Green+Blue) = 218+6+206=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 6 (2.73% from 255 or 1.40% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA06CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA06CE is #25F931. Grayscale: #5B5B5B. Windows color (decimal): -2488626 or 13502170. OLE color: 13502170.
HSL color Cylindrical-coordinate representation of color #DA06CE: hue angle of 303.4º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA06CE is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 206 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.15 |
| HSL | 303.4º | 0.95% | 0.44% | - |
| HSV(B) | 303.4º | 0.97% | 0.85% | - |
| XYZ | 40.12 | 19.49 | 60.04 | - |
| YUV | 92.19 | 192.24 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 206 | 0 | 0.97 | 0.06 | 0.15 | 303.4 | 0.95 | 0.44 |
| Hex | DA | 6 | CE | 0 | 61 | 6 | F | 12F | 5F | 2C |
| Octal | 332 | 6 | 316 | 0 | 141 | 6 | 17 | 457 | 137 | 54 |
| Binary | 11011010 | 110 | 11001110 | 0 | 1100001 | 110 | 1111 | 100101111 | 1011111 | 101100 |
Color Harmonies of #DA06CE
Complementary color
Monochromatic Colors of #DA06CE
Black with #DA06CE
Text Example
Text Example
White with #DA06CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA06CE; }
p { color: rgb(218,6,206); }
H1.HeaderClassName
{
color: #DA06CE;
}
.AnyTagClassName
{
color: #DA06CE;
}
</style>
background-color css
<style>
a { background-color: #DA06CE; }
a { background-color: rgb(218,6,206); }
div.DivClassName
{
background-color: #DA06CE;
}
.BgClassName
{
background-color: #DA06CE;
}
</style>
border-color css
<style>
span { border-color: #DA06CE; }
span { border-color: rgb(218,6,206); }
td.TdClassName
{
border-color: #DA06CE;
}
.TagClassName
{
border-color: #DA06CE;
}
</style>