Shades of Deep Magenta #DA00CC
Tints of Deep Magenta #DA00CC
RGB
CMYK
RGB Variations
Color information
#DA00CC (or 0xDA00CC) is known color: Deep Magenta. HEX triplet: DA, 00 and CC. RGB value is (218,0,204). Sum of RGB (Red+Green+Blue) = 218+0+204=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00CC is #25FF33. Grayscale: #575757. Windows color (decimal): -2490164 or 13369562. OLE color: 13369562.
HSL color Cylindrical-coordinate representation of color #DA00CC: hue angle of 303.85º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00CC is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.06 | 0.15 |
| HSL | 303.85º | 1% | 0.43% | - |
| HSV(B) | 303.85º | 1% | 0.85% | - |
| XYZ | 39.81 | 19.27 | 58.75 | - |
| YUV | 88.44 | 193.22 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 204 | 0 | 1 | 0.06 | 0.15 | 303.85 | 1 | 0.43 |
| Hex | DA | 0 | CC | 0 | 64 | 6 | F | 130 | 64 | 2B |
| Octal | 332 | 0 | 314 | 0 | 144 | 6 | 17 | 460 | 144 | 53 |
| Binary | 11011010 | 0 | 11001100 | 0 | 1100100 | 110 | 1111 | 100110000 | 1100100 | 101011 |
Color Harmonies of #DA00CC
Complementary color
Monochromatic Colors of #DA00CC
Black with #DA00CC
Text Example
Text Example
White with #DA00CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00CC; }
p { color: rgb(218,0,204); }
H1.HeaderClassName
{
color: #DA00CC;
}
.AnyTagClassName
{
color: #DA00CC;
}
</style>
background-color css
<style>
a { background-color: #DA00CC; }
a { background-color: rgb(218,0,204); }
div.DivClassName
{
background-color: #DA00CC;
}
.BgClassName
{
background-color: #DA00CC;
}
</style>
border-color css
<style>
span { border-color: #DA00CC; }
span { border-color: rgb(218,0,204); }
td.TdClassName
{
border-color: #DA00CC;
}
.TagClassName
{
border-color: #DA00CC;
}
</style>