Html Css Color HEX #DA5FDB Free Speech Magenta
📋 copy color: '#DA5FDB'red 218 ◦ green 95 ◦ blue 219
Shades of Free Speech Magenta #DA5FDB
Tints of Free Speech Magenta #DA5FDB
RGB
CMYK
RGB Variations
Color information
#DA5FDB (or 0xDA5FDB) is known color: Free Speech Magenta. HEX triplet: DA, 5F and DB. RGB value is (218,95,219). Sum of RGB (Red+Green+Blue) = 218+95+219=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA5FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5FDB is #25A024. Grayscale: #919191. Windows color (decimal): -2465829 or 14376922. OLE color: 14376922.
HSL color Cylindrical-coordinate representation of color #DA5FDB: hue angle of 299.52º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5FDB is Cyan = 0.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 95 | 219 | - |
| CMYK | 0.00 | 0.57 | 0 | 0.14 |
| HSL | 299.52º | 0.63% | 0.62% | - |
| HSV(B) | 299.52º | 0.57% | 0.86% | - |
| XYZ | 45.79 | 28.2 | 70.05 | - |
| YUV | 145.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 219 | 0.00 | 0.57 | 0 | 0.14 | 299.52 | 0.63 | 0.62 |
| Hex | DA | 5F | DB | 0 | 39 | 0 | E | 12C | 3F | 3E |
| Octal | 332 | 137 | 333 | 0 | 71 | 0 | 16 | 454 | 77 | 76 |
| Binary | 11011010 | 1011111 | 11011011 | 0 | 111001 | 0 | 1110 | 100101100 | 111111 | 111110 |
Color Harmonies of #DA5FDB
Complementary color
Monochromatic Colors of #DA5FDB
Black with #DA5FDB
Text Example
Text Example
White with #DA5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5FDB; }
p { color: rgb(218,95,219); }
H1.HeaderClassName
{
color: #DA5FDB;
}
.AnyTagClassName
{
color: #DA5FDB;
}
</style>
background-color css
<style>
a { background-color: #DA5FDB; }
a { background-color: rgb(218,95,219); }
div.DivClassName
{
background-color: #DA5FDB;
}
.BgClassName
{
background-color: #DA5FDB;
}
</style>
border-color css
<style>
span { border-color: #DA5FDB; }
span { border-color: rgb(218,95,219); }
td.TdClassName
{
border-color: #DA5FDB;
}
.TagClassName
{
border-color: #DA5FDB;
}
</style>