Html Css Color HEX #DA4DDB Free Speech Magenta
📋 copy color: '#DA4DDB'red 218 ◦ green 77 ◦ blue 219
Shades of Free Speech Magenta #DA4DDB
Tints of Free Speech Magenta #DA4DDB
RGB
CMYK
RGB Variations
Color information
#DA4DDB (or 0xDA4DDB) is known color: Free Speech Magenta. HEX triplet: DA, 4D and DB. RGB value is (218,77,219). Sum of RGB (Red+Green+Blue) = 218+77+219=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DDB is #25B224. Grayscale: #868686. Windows color (decimal): -2470437 or 14372314. OLE color: 14372314.
HSL color Cylindrical-coordinate representation of color #DA4DDB: hue angle of 299.58º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4DDB is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 77 | 219 | - |
CMYK | 0.00 | 0.65 | 0 | 0.14 |
HSL | 299.58º | 0.66% | 0.58% | - |
HSV(B) | 299.58º | 0.65% | 0.86% | - |
XYZ | 44.35 | 25.33 | 69.57 | - |
YUV | 135.35 | 175.21 | 186.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 77 | 219 | 0.00 | 0.65 | 0 | 0.14 | 299.58 | 0.66 | 0.58 |
Hex | DA | 4D | DB | 0 | 41 | 0 | E | 12C | 42 | 3A |
Octal | 332 | 115 | 333 | 0 | 101 | 0 | 16 | 454 | 102 | 72 |
Binary | 11011010 | 1001101 | 11011011 | 0 | 1000001 | 0 | 1110 | 100101100 | 1000010 | 111010 |
Color Harmonies of #DA4DDB
Complementary color
Monochromatic Colors of #DA4DDB
Black with #DA4DDB
Text Example
Text Example
White with #DA4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4DDB; }
p { color: rgb(218,77,219); }
H1.HeaderClassName
{
color: #DA4DDB;
}
.AnyTagClassName
{
color: #DA4DDB;
}
</style>
background-color css
<style>
a { background-color: #DA4DDB; }
a { background-color: rgb(218,77,219); }
div.DivClassName
{
background-color: #DA4DDB;
}
.BgClassName
{
background-color: #DA4DDB;
}
</style>
border-color css
<style>
span { border-color: #DA4DDB; }
span { border-color: rgb(218,77,219); }
td.TdClassName
{
border-color: #DA4DDB;
}
.TagClassName
{
border-color: #DA4DDB;
}
</style>