Html Css Color HEX #DA4ADD Free Speech Magenta
📋 copy color: '#DA4ADD'red 218 ◦ green 74 ◦ blue 221
Shades of Free Speech Magenta #DA4ADD
Tints of Free Speech Magenta #DA4ADD
RGB
CMYK
RGB Variations
Color information
#DA4ADD (or 0xDA4ADD) is known color: Free Speech Magenta. HEX triplet: DA, 4A and DD. RGB value is (218,74,221). Sum of RGB (Red+Green+Blue) = 218+74+221=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA4ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4ADD is #25B522. Grayscale: #858585. Windows color (decimal): -2471203 or 14502618. OLE color: 14502618.
HSL color Cylindrical-coordinate representation of color #DA4ADD: hue angle of 298.78º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4ADD is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 74 | 221 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.13 |
| HSL | 298.78º | 0.68% | 0.58% | - |
| HSV(B) | 298.78º | 0.67% | 0.87% | - |
| XYZ | 44.41 | 25.02 | 70.9 | - |
| YUV | 133.81 | 177.21 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 221 | 0.01 | 0.67 | 0 | 0.13 | 298.78 | 0.68 | 0.58 |
| Hex | DA | 4A | DD | 1 | 43 | 0 | D | 12B | 44 | 3A |
| Octal | 332 | 112 | 335 | 1 | 103 | 0 | 15 | 453 | 104 | 72 |
| Binary | 11011010 | 1001010 | 11011101 | 1 | 1000011 | 0 | 1101 | 100101011 | 1000100 | 111010 |
Color Harmonies of #DA4ADD
Complementary color
Monochromatic Colors of #DA4ADD
Black with #DA4ADD
Text Example
Text Example
White with #DA4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4ADD; }
p { color: rgb(218,74,221); }
H1.HeaderClassName
{
color: #DA4ADD;
}
.AnyTagClassName
{
color: #DA4ADD;
}
</style>
background-color css
<style>
a { background-color: #DA4ADD; }
a { background-color: rgb(218,74,221); }
div.DivClassName
{
background-color: #DA4ADD;
}
.BgClassName
{
background-color: #DA4ADD;
}
</style>
border-color css
<style>
span { border-color: #DA4ADD; }
span { border-color: rgb(218,74,221); }
td.TdClassName
{
border-color: #DA4ADD;
}
.TagClassName
{
border-color: #DA4ADD;
}
</style>