Html Css Color HEX #DA54DB Free Speech Magenta
📋 copy color: '#DA54DB'red 218 ◦ green 84 ◦ blue 219
Shades of Free Speech Magenta #DA54DB
Tints of Free Speech Magenta #DA54DB
RGB
CMYK
RGB Variations
Color information
#DA54DB (or 0xDA54DB) is known color: Free Speech Magenta. HEX triplet: DA, 54 and DB. RGB value is (218,84,219). Sum of RGB (Red+Green+Blue) = 218+84+219=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA54DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA54DB is #25AB24. Grayscale: #8B8B8B. Windows color (decimal): -2468645 or 14374106. OLE color: 14374106.
HSL color Cylindrical-coordinate representation of color #DA54DB: hue angle of 299.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA54DB is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 84 | 219 | - |
| CMYK | 0.00 | 0.62 | 0 | 0.14 |
| HSL | 299.56º | 0.65% | 0.59% | - |
| HSV(B) | 299.56º | 0.62% | 0.86% | - |
| XYZ | 44.87 | 26.36 | 69.74 | - |
| YUV | 139.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 219 | 0.00 | 0.62 | 0 | 0.14 | 299.56 | 0.65 | 0.59 |
| Hex | DA | 54 | DB | 0 | 3E | 0 | E | 12C | 41 | 3B |
| Octal | 332 | 124 | 333 | 0 | 76 | 0 | 16 | 454 | 101 | 73 |
| Binary | 11011010 | 1010100 | 11011011 | 0 | 111110 | 0 | 1110 | 100101100 | 1000001 | 111011 |
Color Harmonies of #DA54DB
Complementary color
Monochromatic Colors of #DA54DB
Black with #DA54DB
Text Example
Text Example
White with #DA54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA54DB; }
p { color: rgb(218,84,219); }
H1.HeaderClassName
{
color: #DA54DB;
}
.AnyTagClassName
{
color: #DA54DB;
}
</style>
background-color css
<style>
a { background-color: #DA54DB; }
a { background-color: rgb(218,84,219); }
div.DivClassName
{
background-color: #DA54DB;
}
.BgClassName
{
background-color: #DA54DB;
}
</style>
border-color css
<style>
span { border-color: #DA54DB; }
span { border-color: rgb(218,84,219); }
td.TdClassName
{
border-color: #DA54DB;
}
.TagClassName
{
border-color: #DA54DB;
}
</style>