Html Css Color HEX #DA44DB Free Speech Magenta
📋 copy color: '#DA44DB'red 218 ◦ green 68 ◦ blue 219
Shades of Free Speech Magenta #DA44DB
Tints of Free Speech Magenta #DA44DB
RGB
CMYK
RGB Variations
Color information
#DA44DB (or 0xDA44DB) is known color: Free Speech Magenta. HEX triplet: DA, 44 and DB. RGB value is (218,68,219). Sum of RGB (Red+Green+Blue) = 218+68+219=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 68 (26.95% from 255 or 13.47% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA44DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA44DB is #25BB24. Grayscale: #818181. Windows color (decimal): -2472741 or 14370010. OLE color: 14370010.
HSL color Cylindrical-coordinate representation of color #DA44DB: hue angle of 299.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA44DB is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 68 | 219 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.14 |
| HSL | 299.6º | 0.68% | 0.56% | - |
| HSV(B) | 299.6º | 0.69% | 0.86% | - |
| XYZ | 43.77 | 24.15 | 69.37 | - |
| YUV | 130.06 | 178.2 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 219 | 0.00 | 0.69 | 0 | 0.14 | 299.6 | 0.68 | 0.56 |
| Hex | DA | 44 | DB | 0 | 45 | 0 | E | 12C | 44 | 38 |
| Octal | 332 | 104 | 333 | 0 | 105 | 0 | 16 | 454 | 104 | 70 |
| Binary | 11011010 | 1000100 | 11011011 | 0 | 1000101 | 0 | 1110 | 100101100 | 1000100 | 111000 |
Color Harmonies of #DA44DB
Complementary color
Monochromatic Colors of #DA44DB
Black with #DA44DB
Text Example
Text Example
White with #DA44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA44DB; }
p { color: rgb(218,68,219); }
H1.HeaderClassName
{
color: #DA44DB;
}
.AnyTagClassName
{
color: #DA44DB;
}
</style>
background-color css
<style>
a { background-color: #DA44DB; }
a { background-color: rgb(218,68,219); }
div.DivClassName
{
background-color: #DA44DB;
}
.BgClassName
{
background-color: #DA44DB;
}
</style>
border-color css
<style>
span { border-color: #DA44DB; }
span { border-color: rgb(218,68,219); }
td.TdClassName
{
border-color: #DA44DB;
}
.TagClassName
{
border-color: #DA44DB;
}
</style>