Html Css Color HEX #DA40DB Free Speech Magenta
📋 copy color: '#DA40DB'red 218 ◦ green 64 ◦ blue 219
Shades of Free Speech Magenta #DA40DB
Tints of Free Speech Magenta #DA40DB
RGB
CMYK
RGB Variations
Color information
#DA40DB (or 0xDA40DB) is known color: Free Speech Magenta. HEX triplet: DA, 40 and DB. RGB value is (218,64,219). Sum of RGB (Red+Green+Blue) = 218+64+219=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA40DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40DB is #25BF24. Grayscale: #7F7F7F. Windows color (decimal): -2473765 or 14368986. OLE color: 14368986.
HSL color Cylindrical-coordinate representation of color #DA40DB: hue angle of 299.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40DB is Cyan = 0.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 64 | 219 | - |
| CMYK | 0.00 | 0.71 | 0 | 0.14 |
| HSL | 299.61º | 0.68% | 0.55% | - |
| HSV(B) | 299.61º | 0.71% | 0.86% | - |
| XYZ | 43.53 | 23.69 | 69.3 | - |
| YUV | 127.72 | 179.52 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 219 | 0.00 | 0.71 | 0 | 0.14 | 299.61 | 0.68 | 0.55 |
| Hex | DA | 40 | DB | 0 | 47 | 0 | E | 12C | 44 | 37 |
| Octal | 332 | 100 | 333 | 0 | 107 | 0 | 16 | 454 | 104 | 67 |
| Binary | 11011010 | 1000000 | 11011011 | 0 | 1000111 | 0 | 1110 | 100101100 | 1000100 | 110111 |
Color Harmonies of #DA40DB
Complementary color
Monochromatic Colors of #DA40DB
Black with #DA40DB
Text Example
Text Example
White with #DA40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40DB; }
p { color: rgb(218,64,219); }
H1.HeaderClassName
{
color: #DA40DB;
}
.AnyTagClassName
{
color: #DA40DB;
}
</style>
background-color css
<style>
a { background-color: #DA40DB; }
a { background-color: rgb(218,64,219); }
div.DivClassName
{
background-color: #DA40DB;
}
.BgClassName
{
background-color: #DA40DB;
}
</style>
border-color css
<style>
span { border-color: #DA40DB; }
span { border-color: rgb(218,64,219); }
td.TdClassName
{
border-color: #DA40DB;
}
.TagClassName
{
border-color: #DA40DB;
}
</style>