Shades of Deep Magenta #DA18CA
Tints of Deep Magenta #DA18CA
RGB
CMYK
RGB Variations
Color information
#DA18CA (or 0xDA18CA) is known color: Deep Magenta. HEX triplet: DA, 18 and CA. RGB value is (218,24,202). Sum of RGB (Red+Green+Blue) = 218+24+202=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18CA is #25E735. Grayscale: #656565. Windows color (decimal): -2484022 or 13244634. OLE color: 13244634.
HSL color Cylindrical-coordinate representation of color #DA18CA: hue angle of 304.95º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA18CA is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 202 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.15 |
| HSL | 304.95º | 0.8% | 0.47% | - |
| HSV(B) | 304.95º | 0.89% | 0.85% | - |
| XYZ | 39.9 | 19.82 | 57.6 | - |
| YUV | 102.3 | 184.27 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 202 | 0 | 0.89 | 0.07 | 0.15 | 304.95 | 0.8 | 0.47 |
| Hex | DA | 18 | CA | 0 | 59 | 7 | F | 131 | 50 | 2F |
| Octal | 332 | 30 | 312 | 0 | 131 | 7 | 17 | 461 | 120 | 57 |
| Binary | 11011010 | 11000 | 11001010 | 0 | 1011001 | 111 | 1111 | 100110001 | 1010000 | 101111 |
Color Harmonies of #DA18CA
Complementary color
Monochromatic Colors of #DA18CA
Black with #DA18CA
Text Example
Text Example
White with #DA18CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18CA; }
p { color: rgb(218,24,202); }
H1.HeaderClassName
{
color: #DA18CA;
}
.AnyTagClassName
{
color: #DA18CA;
}
</style>
background-color css
<style>
a { background-color: #DA18CA; }
a { background-color: rgb(218,24,202); }
div.DivClassName
{
background-color: #DA18CA;
}
.BgClassName
{
background-color: #DA18CA;
}
</style>
border-color css
<style>
span { border-color: #DA18CA; }
span { border-color: rgb(218,24,202); }
td.TdClassName
{
border-color: #DA18CA;
}
.TagClassName
{
border-color: #DA18CA;
}
</style>