Html Css Color HEX #DA49DB Free Speech Magenta
📋 copy color: '#DA49DB'red 218 ◦ green 73 ◦ blue 219
Shades of Free Speech Magenta #DA49DB
Tints of Free Speech Magenta #DA49DB
RGB
CMYK
RGB Variations
Color information
#DA49DB (or 0xDA49DB) is known color: Free Speech Magenta. HEX triplet: DA, 49 and DB. RGB value is (218,73,219). Sum of RGB (Red+Green+Blue) = 218+73+219=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA49DB is #25B624. Grayscale: #848484. Windows color (decimal): -2471461 or 14371290. OLE color: 14371290.
HSL color Cylindrical-coordinate representation of color #DA49DB: hue angle of 299.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA49DB is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 73 | 219 | - |
| CMYK | 0.00 | 0.67 | 0 | 0.14 |
| HSL | 299.59º | 0.67% | 0.57% | - |
| HSV(B) | 299.59º | 0.67% | 0.86% | - |
| XYZ | 44.08 | 24.78 | 69.48 | - |
| YUV | 133 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 219 | 0.00 | 0.67 | 0 | 0.14 | 299.59 | 0.67 | 0.57 |
| Hex | DA | 49 | DB | 0 | 43 | 0 | E | 12C | 43 | 39 |
| Octal | 332 | 111 | 333 | 0 | 103 | 0 | 16 | 454 | 103 | 71 |
| Binary | 11011010 | 1001001 | 11011011 | 0 | 1000011 | 0 | 1110 | 100101100 | 1000011 | 111001 |
Color Harmonies of #DA49DB
Complementary color
Monochromatic Colors of #DA49DB
Black with #DA49DB
Text Example
Text Example
White with #DA49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA49DB; }
p { color: rgb(218,73,219); }
H1.HeaderClassName
{
color: #DA49DB;
}
.AnyTagClassName
{
color: #DA49DB;
}
</style>
background-color css
<style>
a { background-color: #DA49DB; }
a { background-color: rgb(218,73,219); }
div.DivClassName
{
background-color: #DA49DB;
}
.BgClassName
{
background-color: #DA49DB;
}
</style>
border-color css
<style>
span { border-color: #DA49DB; }
span { border-color: rgb(218,73,219); }
td.TdClassName
{
border-color: #DA49DB;
}
.TagClassName
{
border-color: #DA49DB;
}
</style>