Html Css Color HEX #DA51DB Free Speech Magenta
📋 copy color: '#DA51DB'red 218 ◦ green 81 ◦ blue 219
Shades of Free Speech Magenta #DA51DB
Tints of Free Speech Magenta #DA51DB
RGB
CMYK
RGB Variations
Color information
#DA51DB (or 0xDA51DB) is known color: Free Speech Magenta. HEX triplet: DA, 51 and DB. RGB value is (218,81,219). Sum of RGB (Red+Green+Blue) = 218+81+219=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA51DB is #25AE24. Grayscale: #898989. Windows color (decimal): -2469413 or 14373338. OLE color: 14373338.
HSL color Cylindrical-coordinate representation of color #DA51DB: hue angle of 299.57º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA51DB is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 81 | 219 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.14 |
| HSL | 299.57º | 0.66% | 0.59% | - |
| HSV(B) | 299.57º | 0.63% | 0.86% | - |
| XYZ | 44.64 | 25.9 | 69.67 | - |
| YUV | 137.7 | 173.89 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 219 | 0.00 | 0.63 | 0 | 0.14 | 299.57 | 0.66 | 0.59 |
| Hex | DA | 51 | DB | 0 | 3F | 0 | E | 12C | 42 | 3B |
| Octal | 332 | 121 | 333 | 0 | 77 | 0 | 16 | 454 | 102 | 73 |
| Binary | 11011010 | 1010001 | 11011011 | 0 | 111111 | 0 | 1110 | 100101100 | 1000010 | 111011 |
Color Harmonies of #DA51DB
Complementary color
Monochromatic Colors of #DA51DB
Black with #DA51DB
Text Example
Text Example
White with #DA51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51DB; }
p { color: rgb(218,81,219); }
H1.HeaderClassName
{
color: #DA51DB;
}
.AnyTagClassName
{
color: #DA51DB;
}
</style>
background-color css
<style>
a { background-color: #DA51DB; }
a { background-color: rgb(218,81,219); }
div.DivClassName
{
background-color: #DA51DB;
}
.BgClassName
{
background-color: #DA51DB;
}
</style>
border-color css
<style>
span { border-color: #DA51DB; }
span { border-color: rgb(218,81,219); }
td.TdClassName
{
border-color: #DA51DB;
}
.TagClassName
{
border-color: #DA51DB;
}
</style>