Html Css Color HEX #DA4EDB Free Speech Magenta
📋 copy color: '#DA4EDB'red 218 ◦ green 78 ◦ blue 219
Shades of Free Speech Magenta #DA4EDB
Tints of Free Speech Magenta #DA4EDB
RGB
CMYK
RGB Variations
Color information
#DA4EDB (or 0xDA4EDB) is known color: Free Speech Magenta. HEX triplet: DA, 4E and DB. RGB value is (218,78,219). Sum of RGB (Red+Green+Blue) = 218+78+219=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4EDB is #25B124. Grayscale: #878787. Windows color (decimal): -2470181 or 14372570. OLE color: 14372570.
HSL color Cylindrical-coordinate representation of color #DA4EDB: hue angle of 299.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4EDB is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 78 | 219 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.14 |
| HSL | 299.57º | 0.66% | 0.58% | - |
| HSV(B) | 299.57º | 0.64% | 0.86% | - |
| XYZ | 44.42 | 25.47 | 69.59 | - |
| YUV | 135.93 | 174.88 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 219 | 0.00 | 0.64 | 0 | 0.14 | 299.57 | 0.66 | 0.58 |
| Hex | DA | 4E | DB | 0 | 40 | 0 | E | 12C | 42 | 3A |
| Octal | 332 | 116 | 333 | 0 | 100 | 0 | 16 | 454 | 102 | 72 |
| Binary | 11011010 | 1001110 | 11011011 | 0 | 1000000 | 0 | 1110 | 100101100 | 1000010 | 111010 |
Color Harmonies of #DA4EDB
Complementary color
Monochromatic Colors of #DA4EDB
Black with #DA4EDB
Text Example
Text Example
White with #DA4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4EDB; }
p { color: rgb(218,78,219); }
H1.HeaderClassName
{
color: #DA4EDB;
}
.AnyTagClassName
{
color: #DA4EDB;
}
</style>
background-color css
<style>
a { background-color: #DA4EDB; }
a { background-color: rgb(218,78,219); }
div.DivClassName
{
background-color: #DA4EDB;
}
.BgClassName
{
background-color: #DA4EDB;
}
</style>
border-color css
<style>
span { border-color: #DA4EDB; }
span { border-color: rgb(218,78,219); }
td.TdClassName
{
border-color: #DA4EDB;
}
.TagClassName
{
border-color: #DA4EDB;
}
</style>