Html Css Color HEX #DA4BDB Free Speech Magenta
📋 copy color: '#DA4BDB'red 218 ◦ green 75 ◦ blue 219
Shades of Free Speech Magenta #DA4BDB
Tints of Free Speech Magenta #DA4BDB
RGB
CMYK
RGB Variations
Color information
#DA4BDB (or 0xDA4BDB) is known color: Free Speech Magenta. HEX triplet: DA, 4B and DB. RGB value is (218,75,219). Sum of RGB (Red+Green+Blue) = 218+75+219=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA4BDB is #25B424. Grayscale: #858585. Windows color (decimal): -2470949 or 14371802. OLE color: 14371802.
HSL color Cylindrical-coordinate representation of color #DA4BDB: hue angle of 299.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4BDB is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 75 | 219 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.14 |
| HSL | 299.58º | 0.67% | 0.58% | - |
| HSV(B) | 299.58º | 0.66% | 0.86% | - |
| XYZ | 44.22 | 25.05 | 69.52 | - |
| YUV | 134.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 75 | 219 | 0.00 | 0.66 | 0 | 0.14 | 299.58 | 0.67 | 0.58 |
| Hex | DA | 4B | DB | 0 | 42 | 0 | E | 12C | 43 | 3A |
| Octal | 332 | 113 | 333 | 0 | 102 | 0 | 16 | 454 | 103 | 72 |
| Binary | 11011010 | 1001011 | 11011011 | 0 | 1000010 | 0 | 1110 | 100101100 | 1000011 | 111010 |
Color Harmonies of #DA4BDB
Complementary color
Monochromatic Colors of #DA4BDB
Black with #DA4BDB
Text Example
Text Example
White with #DA4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4BDB; }
p { color: rgb(218,75,219); }
H1.HeaderClassName
{
color: #DA4BDB;
}
.AnyTagClassName
{
color: #DA4BDB;
}
</style>
background-color css
<style>
a { background-color: #DA4BDB; }
a { background-color: rgb(218,75,219); }
div.DivClassName
{
background-color: #DA4BDB;
}
.BgClassName
{
background-color: #DA4BDB;
}
</style>
border-color css
<style>
span { border-color: #DA4BDB; }
span { border-color: rgb(218,75,219); }
td.TdClassName
{
border-color: #DA4BDB;
}
.TagClassName
{
border-color: #DA4BDB;
}
</style>