Html Css Color HEX #DA4ED2 Free Speech Magenta
📋 copy color: '#DA4ED2'red 218 ◦ green 78 ◦ blue 210
Shades of Free Speech Magenta #DA4ED2
Tints of Free Speech Magenta #DA4ED2
RGB
CMYK
RGB Variations
Color information
#DA4ED2 (or 0xDA4ED2) is known color: Free Speech Magenta. HEX triplet: DA, 4E and D2. RGB value is (218,78,210). Sum of RGB (Red+Green+Blue) = 218+78+210=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4ED2 is #25B12D. Grayscale: #868686. Windows color (decimal): -2470190 or 13782746. OLE color: 13782746.
HSL color Cylindrical-coordinate representation of color #DA4ED2: hue angle of 303.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4ED2 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 210 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.15 |
| HSL | 303.43º | 0.65% | 0.58% | - |
| HSV(B) | 303.43º | 0.64% | 0.85% | - |
| XYZ | 43.27 | 25.01 | 63.52 | - |
| YUV | 134.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 210 | 0 | 0.64 | 0.04 | 0.15 | 303.43 | 0.65 | 0.58 |
| Hex | DA | 4E | D2 | 0 | 40 | 4 | F | 12F | 41 | 3A |
| Octal | 332 | 116 | 322 | 0 | 100 | 4 | 17 | 457 | 101 | 72 |
| Binary | 11011010 | 1001110 | 11010010 | 0 | 1000000 | 100 | 1111 | 100101111 | 1000001 | 111010 |
Color Harmonies of #DA4ED2
Complementary color
Monochromatic Colors of #DA4ED2
Black with #DA4ED2
Text Example
Text Example
White with #DA4ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4ED2; }
p { color: rgb(218,78,210); }
H1.HeaderClassName
{
color: #DA4ED2;
}
.AnyTagClassName
{
color: #DA4ED2;
}
</style>
background-color css
<style>
a { background-color: #DA4ED2; }
a { background-color: rgb(218,78,210); }
div.DivClassName
{
background-color: #DA4ED2;
}
.BgClassName
{
background-color: #DA4ED2;
}
</style>
border-color css
<style>
span { border-color: #DA4ED2; }
span { border-color: rgb(218,78,210); }
td.TdClassName
{
border-color: #DA4ED2;
}
.TagClassName
{
border-color: #DA4ED2;
}
</style>