Html Css Color HEX #DA5ADD Free Speech Magenta
📋 copy color: '#DA5ADD'red 218 ◦ green 90 ◦ blue 221
Shades of Free Speech Magenta #DA5ADD
Tints of Free Speech Magenta #DA5ADD
RGB
CMYK
RGB Variations
Color information
#DA5ADD (or 0xDA5ADD) is known color: Free Speech Magenta. HEX triplet: DA, 5A and DD. RGB value is (218,90,221). Sum of RGB (Red+Green+Blue) = 218+90+221=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5ADD is #25A522. Grayscale: #8E8E8E. Windows color (decimal): -2467107 or 14506714. OLE color: 14506714.
HSL color Cylindrical-coordinate representation of color #DA5ADD: hue angle of 298.63º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA5ADD is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 90 | 221 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.13 |
| HSL | 298.63º | 0.66% | 0.61% | - |
| HSV(B) | 298.63º | 0.59% | 0.87% | - |
| XYZ | 45.62 | 27.44 | 71.3 | - |
| YUV | 143.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 221 | 0.01 | 0.59 | 0 | 0.13 | 298.63 | 0.66 | 0.61 |
| Hex | DA | 5A | DD | 1 | 3B | 0 | D | 12B | 42 | 3D |
| Octal | 332 | 132 | 335 | 1 | 73 | 0 | 15 | 453 | 102 | 75 |
| Binary | 11011010 | 1011010 | 11011101 | 1 | 111011 | 0 | 1101 | 100101011 | 1000010 | 111101 |
Color Harmonies of #DA5ADD
Complementary color
Monochromatic Colors of #DA5ADD
Black with #DA5ADD
Text Example
Text Example
White with #DA5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5ADD; }
p { color: rgb(218,90,221); }
H1.HeaderClassName
{
color: #DA5ADD;
}
.AnyTagClassName
{
color: #DA5ADD;
}
</style>
background-color css
<style>
a { background-color: #DA5ADD; }
a { background-color: rgb(218,90,221); }
div.DivClassName
{
background-color: #DA5ADD;
}
.BgClassName
{
background-color: #DA5ADD;
}
</style>
border-color css
<style>
span { border-color: #DA5ADD; }
span { border-color: rgb(218,90,221); }
td.TdClassName
{
border-color: #DA5ADD;
}
.TagClassName
{
border-color: #DA5ADD;
}
</style>