Html Css Color HEX #DA53DF Free Speech Magenta
📋 copy color: '#DA53DF'red 218 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #DA53DF
Tints of Free Speech Magenta #DA53DF
RGB
CMYK
RGB Variations
Color information
#DA53DF (or 0xDA53DF) is known color: Free Speech Magenta. HEX triplet: DA, 53 and DF. RGB value is (218,83,223). Sum of RGB (Red+Green+Blue) = 218+83+223=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA53DF is #25AC20. Grayscale: #8A8A8A. Windows color (decimal): -2468897 or 14635994. OLE color: 14635994.
HSL color Cylindrical-coordinate representation of color #DA53DF: hue angle of 297.86º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA53DF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 83 | 223 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.13 |
| HSL | 297.86º | 0.69% | 0.6% | - |
| HSV(B) | 297.86º | 0.63% | 0.87% | - |
| XYZ | 45.33 | 26.42 | 72.52 | - |
| YUV | 139.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 223 | 0.02 | 0.63 | 0 | 0.13 | 297.86 | 0.69 | 0.6 |
| Hex | DA | 53 | DF | 2 | 3F | 0 | D | 12A | 45 | 3C |
| Octal | 332 | 123 | 337 | 2 | 77 | 0 | 15 | 452 | 105 | 74 |
| Binary | 11011010 | 1010011 | 11011111 | 10 | 111111 | 0 | 1101 | 100101010 | 1000101 | 111100 |
Color Harmonies of #DA53DF
Complementary color
Monochromatic Colors of #DA53DF
Black with #DA53DF
Text Example
Text Example
White with #DA53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA53DF; }
p { color: rgb(218,83,223); }
H1.HeaderClassName
{
color: #DA53DF;
}
.AnyTagClassName
{
color: #DA53DF;
}
</style>
background-color css
<style>
a { background-color: #DA53DF; }
a { background-color: rgb(218,83,223); }
div.DivClassName
{
background-color: #DA53DF;
}
.BgClassName
{
background-color: #DA53DF;
}
</style>
border-color css
<style>
span { border-color: #DA53DF; }
span { border-color: rgb(218,83,223); }
td.TdClassName
{
border-color: #DA53DF;
}
.TagClassName
{
border-color: #DA53DF;
}
</style>