Html Css Color HEX #DA5EC2 Free Speech Magenta
📋 copy color: '#DA5EC2'red 218 ◦ green 94 ◦ blue 194
Shades of Free Speech Magenta #DA5EC2
Tints of Free Speech Magenta #DA5EC2
RGB
CMYK
RGB Variations
Color information
#DA5EC2 (or 0xDA5EC2) is known color: Free Speech Magenta. HEX triplet: DA, 5E and C2. RGB value is (218,94,194). Sum of RGB (Red+Green+Blue) = 218+94+194=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5EC2 is #25A13D. Grayscale: #8E8E8E. Windows color (decimal): -2466110 or 12738266. OLE color: 12738266.
HSL color Cylindrical-coordinate representation of color #DA5EC2: hue angle of 311.61º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5EC2 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 94 | 194 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.15 |
| HSL | 311.61º | 0.63% | 0.61% | - |
| HSV(B) | 311.61º | 0.57% | 0.85% | - |
| XYZ | 42.65 | 26.81 | 53.96 | - |
| YUV | 142.48 | 157.08 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 94 | 194 | 0 | 0.57 | 0.11 | 0.15 | 311.61 | 0.63 | 0.61 |
| Hex | DA | 5E | C2 | 0 | 39 | B | F | 138 | 3F | 3D |
| Octal | 332 | 136 | 302 | 0 | 71 | 13 | 17 | 470 | 77 | 75 |
| Binary | 11011010 | 1011110 | 11000010 | 0 | 111001 | 1011 | 1111 | 100111000 | 111111 | 111101 |
Color Harmonies of #DA5EC2
Complementary color
Monochromatic Colors of #DA5EC2
Black with #DA5EC2
Text Example
Text Example
White with #DA5EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5EC2; }
p { color: rgb(218,94,194); }
H1.HeaderClassName
{
color: #DA5EC2;
}
.AnyTagClassName
{
color: #DA5EC2;
}
</style>
background-color css
<style>
a { background-color: #DA5EC2; }
a { background-color: rgb(218,94,194); }
div.DivClassName
{
background-color: #DA5EC2;
}
.BgClassName
{
background-color: #DA5EC2;
}
</style>
border-color css
<style>
span { border-color: #DA5EC2; }
span { border-color: rgb(218,94,194); }
td.TdClassName
{
border-color: #DA5EC2;
}
.TagClassName
{
border-color: #DA5EC2;
}
</style>