Shades of Deep Magenta #DA1ACC
Tints of Deep Magenta #DA1ACC
RGB
CMYK
RGB Variations
Color information
#DA1ACC (or 0xDA1ACC) is known color: Deep Magenta. HEX triplet: DA, 1A and CC. RGB value is (218,26,204). Sum of RGB (Red+Green+Blue) = 218+26+204=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1ACC is #25E533. Grayscale: #676767. Windows color (decimal): -2483508 or 13376218. OLE color: 13376218.
HSL color Cylindrical-coordinate representation of color #DA1ACC: hue angle of 304.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1ACC is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 26 | 204 | - |
CMYK | 0 | 0.88 | 0.06 | 0.15 |
HSL | 304.38º | 0.79% | 0.48% | - |
HSV(B) | 304.38º | 0.88% | 0.85% | - |
XYZ | 40.18 | 20 | 58.87 | - |
YUV | 103.7 | 184.61 | 209.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 26 | 204 | 0 | 0.88 | 0.06 | 0.15 | 304.38 | 0.79 | 0.48 |
Hex | DA | 1A | CC | 0 | 58 | 6 | F | 130 | 4F | 30 |
Octal | 332 | 32 | 314 | 0 | 130 | 6 | 17 | 460 | 117 | 60 |
Binary | 11011010 | 11010 | 11001100 | 0 | 1011000 | 110 | 1111 | 100110000 | 1001111 | 110000 |
Color Harmonies of #DA1ACC
Complementary color
Monochromatic Colors of #DA1ACC
Black with #DA1ACC
Text Example
Text Example
White with #DA1ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1ACC; }
p { color: rgb(218,26,204); }
H1.HeaderClassName
{
color: #DA1ACC;
}
.AnyTagClassName
{
color: #DA1ACC;
}
</style>
background-color css
<style>
a { background-color: #DA1ACC; }
a { background-color: rgb(218,26,204); }
div.DivClassName
{
background-color: #DA1ACC;
}
.BgClassName
{
background-color: #DA1ACC;
}
</style>
border-color css
<style>
span { border-color: #DA1ACC; }
span { border-color: rgb(218,26,204); }
td.TdClassName
{
border-color: #DA1ACC;
}
.TagClassName
{
border-color: #DA1ACC;
}
</style>