Html Css Color HEX #DA4FDB Free Speech Magenta
📋 copy color: '#DA4FDB'red 218 ◦ green 79 ◦ blue 219
Shades of Free Speech Magenta #DA4FDB
Tints of Free Speech Magenta #DA4FDB
RGB
CMYK
RGB Variations
Color information
#DA4FDB (or 0xDA4FDB) is known color: Free Speech Magenta. HEX triplet: DA, 4F and DB. RGB value is (218,79,219). Sum of RGB (Red+Green+Blue) = 218+79+219=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA4FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4FDB is #25B024. Grayscale: #888888. Windows color (decimal): -2469925 or 14372826. OLE color: 14372826.
HSL color Cylindrical-coordinate representation of color #DA4FDB: hue angle of 299.57º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4FDB is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 79 | 219 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.14 |
| HSL | 299.57º | 0.66% | 0.58% | - |
| HSV(B) | 299.57º | 0.64% | 0.86% | - |
| XYZ | 44.5 | 25.61 | 69.62 | - |
| YUV | 136.52 | 174.55 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 219 | 0.00 | 0.64 | 0 | 0.14 | 299.57 | 0.66 | 0.58 |
| Hex | DA | 4F | DB | 0 | 40 | 0 | E | 12C | 42 | 3A |
| Octal | 332 | 117 | 333 | 0 | 100 | 0 | 16 | 454 | 102 | 72 |
| Binary | 11011010 | 1001111 | 11011011 | 0 | 1000000 | 0 | 1110 | 100101100 | 1000010 | 111010 |
Color Harmonies of #DA4FDB
Complementary color
Monochromatic Colors of #DA4FDB
Black with #DA4FDB
Text Example
Text Example
White with #DA4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4FDB; }
p { color: rgb(218,79,219); }
H1.HeaderClassName
{
color: #DA4FDB;
}
.AnyTagClassName
{
color: #DA4FDB;
}
</style>
background-color css
<style>
a { background-color: #DA4FDB; }
a { background-color: rgb(218,79,219); }
div.DivClassName
{
background-color: #DA4FDB;
}
.BgClassName
{
background-color: #DA4FDB;
}
</style>
border-color css
<style>
span { border-color: #DA4FDB; }
span { border-color: rgb(218,79,219); }
td.TdClassName
{
border-color: #DA4FDB;
}
.TagClassName
{
border-color: #DA4FDB;
}
</style>