Html Css Color HEX #DA52DB Free Speech Magenta
📋 copy color: '#DA52DB'red 218 ◦ green 82 ◦ blue 219
Shades of Free Speech Magenta #DA52DB
Tints of Free Speech Magenta #DA52DB
RGB
CMYK
RGB Variations
Color information
#DA52DB (or 0xDA52DB) is known color: Free Speech Magenta. HEX triplet: DA, 52 and DB. RGB value is (218,82,219). Sum of RGB (Red+Green+Blue) = 218+82+219=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA52DB is #25AD24. Grayscale: #898989. Windows color (decimal): -2469157 or 14373594. OLE color: 14373594.
HSL color Cylindrical-coordinate representation of color #DA52DB: hue angle of 299.56º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA52DB is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 82 | 219 | - |
| CMYK | 0.00 | 0.63 | 0 | 0.14 |
| HSL | 299.56º | 0.66% | 0.59% | - |
| HSV(B) | 299.56º | 0.63% | 0.86% | - |
| XYZ | 44.72 | 26.05 | 69.69 | - |
| YUV | 138.28 | 173.56 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 219 | 0.00 | 0.63 | 0 | 0.14 | 299.56 | 0.66 | 0.59 |
| Hex | DA | 52 | DB | 0 | 3F | 0 | E | 12C | 42 | 3B |
| Octal | 332 | 122 | 333 | 0 | 77 | 0 | 16 | 454 | 102 | 73 |
| Binary | 11011010 | 1010010 | 11011011 | 0 | 111111 | 0 | 1110 | 100101100 | 1000010 | 111011 |
Color Harmonies of #DA52DB
Complementary color
Monochromatic Colors of #DA52DB
Black with #DA52DB
Text Example
Text Example
White with #DA52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA52DB; }
p { color: rgb(218,82,219); }
H1.HeaderClassName
{
color: #DA52DB;
}
.AnyTagClassName
{
color: #DA52DB;
}
</style>
background-color css
<style>
a { background-color: #DA52DB; }
a { background-color: rgb(218,82,219); }
div.DivClassName
{
background-color: #DA52DB;
}
.BgClassName
{
background-color: #DA52DB;
}
</style>
border-color css
<style>
span { border-color: #DA52DB; }
span { border-color: rgb(218,82,219); }
td.TdClassName
{
border-color: #DA52DB;
}
.TagClassName
{
border-color: #DA52DB;
}
</style>