Html Css Color HEX #DA58DB Free Speech Magenta
📋 copy color: '#DA58DB'red 218 ◦ green 88 ◦ blue 219
Shades of Free Speech Magenta #DA58DB
Tints of Free Speech Magenta #DA58DB
RGB
CMYK
RGB Variations
Color information
#DA58DB (or 0xDA58DB) is known color: Free Speech Magenta. HEX triplet: DA, 58 and DB. RGB value is (218,88,219). Sum of RGB (Red+Green+Blue) = 218+88+219=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA58DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA58DB is #25A724. Grayscale: #8D8D8D. Windows color (decimal): -2467621 or 14375130. OLE color: 14375130.
HSL color Cylindrical-coordinate representation of color #DA58DB: hue angle of 299.54º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA58DB is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 88 | 219 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.14 |
| HSL | 299.54º | 0.65% | 0.6% | - |
| HSV(B) | 299.54º | 0.6% | 0.86% | - |
| XYZ | 45.19 | 27 | 69.85 | - |
| YUV | 141.8 | 171.57 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 219 | 0.00 | 0.60 | 0 | 0.14 | 299.54 | 0.65 | 0.6 |
| Hex | DA | 58 | DB | 0 | 3C | 0 | E | 12C | 41 | 3C |
| Octal | 332 | 130 | 333 | 0 | 74 | 0 | 16 | 454 | 101 | 74 |
| Binary | 11011010 | 1011000 | 11011011 | 0 | 111100 | 0 | 1110 | 100101100 | 1000001 | 111100 |
Color Harmonies of #DA58DB
Complementary color
Monochromatic Colors of #DA58DB
Black with #DA58DB
Text Example
Text Example
White with #DA58DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA58DB; }
p { color: rgb(218,88,219); }
H1.HeaderClassName
{
color: #DA58DB;
}
.AnyTagClassName
{
color: #DA58DB;
}
</style>
background-color css
<style>
a { background-color: #DA58DB; }
a { background-color: rgb(218,88,219); }
div.DivClassName
{
background-color: #DA58DB;
}
.BgClassName
{
background-color: #DA58DB;
}
</style>
border-color css
<style>
span { border-color: #DA58DB; }
span { border-color: rgb(218,88,219); }
td.TdClassName
{
border-color: #DA58DB;
}
.TagClassName
{
border-color: #DA58DB;
}
</style>