Shades of Deep Magenta #DA1CDD
Tints of Deep Magenta #DA1CDD
RGB
CMYK
RGB Variations
Color information
#DA1CDD (or 0xDA1CDD) is known color: Deep Magenta. HEX triplet: DA, 1C and DD. RGB value is (218,28,221). Sum of RGB (Red+Green+Blue) = 218+28+221=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CDD is #25E322. Grayscale: #6A6A6A. Windows color (decimal): -2482979 or 14490842. OLE color: 14490842.
HSL color Cylindrical-coordinate representation of color #DA1CDD: hue angle of 299.07º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1CDD is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 28 | 221 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.13 |
| HSL | 299.07º | 0.78% | 0.49% | - |
| HSV(B) | 299.07º | 0.87% | 0.87% | - |
| XYZ | 42.38 | 20.96 | 70.22 | - |
| YUV | 106.81 | 192.45 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 221 | 0.01 | 0.87 | 0 | 0.13 | 299.07 | 0.78 | 0.49 |
| Hex | DA | 1C | DD | 1 | 57 | 0 | D | 12B | 4E | 31 |
| Octal | 332 | 34 | 335 | 1 | 127 | 0 | 15 | 453 | 116 | 61 |
| Binary | 11011010 | 11100 | 11011101 | 1 | 1010111 | 0 | 1101 | 100101011 | 1001110 | 110001 |
Color Harmonies of #DA1CDD
Complementary color
Monochromatic Colors of #DA1CDD
Black with #DA1CDD
Text Example
Text Example
White with #DA1CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CDD; }
p { color: rgb(218,28,221); }
H1.HeaderClassName
{
color: #DA1CDD;
}
.AnyTagClassName
{
color: #DA1CDD;
}
</style>
background-color css
<style>
a { background-color: #DA1CDD; }
a { background-color: rgb(218,28,221); }
div.DivClassName
{
background-color: #DA1CDD;
}
.BgClassName
{
background-color: #DA1CDD;
}
</style>
border-color css
<style>
span { border-color: #DA1CDD; }
span { border-color: rgb(218,28,221); }
td.TdClassName
{
border-color: #DA1CDD;
}
.TagClassName
{
border-color: #DA1CDD;
}
</style>