Html Css Color HEX #DA60DF Free Speech Magenta
📋 copy color: '#DA60DF'red 218 ◦ green 96 ◦ blue 223
Shades of Free Speech Magenta #DA60DF
Tints of Free Speech Magenta #DA60DF
RGB
CMYK
RGB Variations
Color information
#DA60DF (or 0xDA60DF) is known color: Free Speech Magenta. HEX triplet: DA, 60 and DF. RGB value is (218,96,223). Sum of RGB (Red+Green+Blue) = 218+96+223=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA60DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA60DF is #259F20. Grayscale: #929292. Windows color (decimal): -2465569 or 14639322. OLE color: 14639322.
HSL color Cylindrical-coordinate representation of color #DA60DF: hue angle of 297.64º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA60DF is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 96 | 223 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.13 |
| HSL | 297.64º | 0.66% | 0.63% | - |
| HSV(B) | 297.64º | 0.57% | 0.87% | - |
| XYZ | 46.42 | 28.6 | 72.89 | - |
| YUV | 146.96 | 170.92 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 223 | 0.02 | 0.57 | 0 | 0.13 | 297.64 | 0.66 | 0.63 |
| Hex | DA | 60 | DF | 2 | 39 | 0 | D | 12A | 42 | 3F |
| Octal | 332 | 140 | 337 | 2 | 71 | 0 | 15 | 452 | 102 | 77 |
| Binary | 11011010 | 1100000 | 11011111 | 10 | 111001 | 0 | 1101 | 100101010 | 1000010 | 111111 |
Color Harmonies of #DA60DF
Complementary color
Monochromatic Colors of #DA60DF
Black with #DA60DF
Text Example
Text Example
White with #DA60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60DF; }
p { color: rgb(218,96,223); }
H1.HeaderClassName
{
color: #DA60DF;
}
.AnyTagClassName
{
color: #DA60DF;
}
</style>
background-color css
<style>
a { background-color: #DA60DF; }
a { background-color: rgb(218,96,223); }
div.DivClassName
{
background-color: #DA60DF;
}
.BgClassName
{
background-color: #DA60DF;
}
</style>
border-color css
<style>
span { border-color: #DA60DF; }
span { border-color: rgb(218,96,223); }
td.TdClassName
{
border-color: #DA60DF;
}
.TagClassName
{
border-color: #DA60DF;
}
</style>