Html Css Color HEX #DA5DDB Free Speech Magenta
📋 copy color: '#DA5DDB'red 218 ◦ green 93 ◦ blue 219
Shades of Free Speech Magenta #DA5DDB
Tints of Free Speech Magenta #DA5DDB
RGB
CMYK
RGB Variations
Color information
#DA5DDB (or 0xDA5DDB) is known color: Free Speech Magenta. HEX triplet: DA, 5D and DB. RGB value is (218,93,219). Sum of RGB (Red+Green+Blue) = 218+93+219=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DDB is #25A224. Grayscale: #909090. Windows color (decimal): -2466341 or 14376410. OLE color: 14376410.
HSL color Cylindrical-coordinate representation of color #DA5DDB: hue angle of 299.52º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5DDB is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 93 | 219 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.14 |
| HSL | 299.52º | 0.64% | 0.61% | - |
| HSV(B) | 299.52º | 0.58% | 0.86% | - |
| XYZ | 45.61 | 27.85 | 69.99 | - |
| YUV | 144.74 | 169.91 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 219 | 0.00 | 0.58 | 0 | 0.14 | 299.52 | 0.64 | 0.61 |
| Hex | DA | 5D | DB | 0 | 3A | 0 | E | 12C | 40 | 3D |
| Octal | 332 | 135 | 333 | 0 | 72 | 0 | 16 | 454 | 100 | 75 |
| Binary | 11011010 | 1011101 | 11011011 | 0 | 111010 | 0 | 1110 | 100101100 | 1000000 | 111101 |
Color Harmonies of #DA5DDB
Complementary color
Monochromatic Colors of #DA5DDB
Black with #DA5DDB
Text Example
Text Example
White with #DA5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5DDB; }
p { color: rgb(218,93,219); }
H1.HeaderClassName
{
color: #DA5DDB;
}
.AnyTagClassName
{
color: #DA5DDB;
}
</style>
background-color css
<style>
a { background-color: #DA5DDB; }
a { background-color: rgb(218,93,219); }
div.DivClassName
{
background-color: #DA5DDB;
}
.BgClassName
{
background-color: #DA5DDB;
}
</style>
border-color css
<style>
span { border-color: #DA5DDB; }
span { border-color: rgb(218,93,219); }
td.TdClassName
{
border-color: #DA5DDB;
}
.TagClassName
{
border-color: #DA5DDB;
}
</style>