Html Css Color HEX #DA60DB Free Speech Magenta
📋 copy color: '#DA60DB'red 218 ◦ green 96 ◦ blue 219
Shades of Free Speech Magenta #DA60DB
Tints of Free Speech Magenta #DA60DB
RGB
CMYK
RGB Variations
Color information
#DA60DB (or 0xDA60DB) is known color: Free Speech Magenta. HEX triplet: DA, 60 and DB. RGB value is (218,96,219). Sum of RGB (Red+Green+Blue) = 218+96+219=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA60DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA60DB is #259F24. Grayscale: #929292. Windows color (decimal): -2465573 or 14377178. OLE color: 14377178.
HSL color Cylindrical-coordinate representation of color #DA60DB: hue angle of 299.51º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA60DB is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 96 | 219 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.14 |
| HSL | 299.51º | 0.63% | 0.62% | - |
| HSV(B) | 299.51º | 0.56% | 0.86% | - |
| XYZ | 45.88 | 28.39 | 70.08 | - |
| YUV | 146.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 219 | 0.00 | 0.56 | 0 | 0.14 | 299.51 | 0.63 | 0.62 |
| Hex | DA | 60 | DB | 0 | 38 | 0 | E | 12C | 3F | 3E |
| Octal | 332 | 140 | 333 | 0 | 70 | 0 | 16 | 454 | 77 | 76 |
| Binary | 11011010 | 1100000 | 11011011 | 0 | 111000 | 0 | 1110 | 100101100 | 111111 | 111110 |
Color Harmonies of #DA60DB
Complementary color
Monochromatic Colors of #DA60DB
Black with #DA60DB
Text Example
Text Example
White with #DA60DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60DB; }
p { color: rgb(218,96,219); }
H1.HeaderClassName
{
color: #DA60DB;
}
.AnyTagClassName
{
color: #DA60DB;
}
</style>
background-color css
<style>
a { background-color: #DA60DB; }
a { background-color: rgb(218,96,219); }
div.DivClassName
{
background-color: #DA60DB;
}
.BgClassName
{
background-color: #DA60DB;
}
</style>
border-color css
<style>
span { border-color: #DA60DB; }
span { border-color: rgb(218,96,219); }
td.TdClassName
{
border-color: #DA60DB;
}
.TagClassName
{
border-color: #DA60DB;
}
</style>