Html Css Color HEX #DA53D1 Free Speech Magenta
📋 copy color: '#DA53D1'red 218 ◦ green 83 ◦ blue 209
Shades of Free Speech Magenta #DA53D1
Tints of Free Speech Magenta #DA53D1
RGB
CMYK
RGB Variations
Color information
#DA53D1 (or 0xDA53D1) is known color: Free Speech Magenta. HEX triplet: DA, 53 and D1. RGB value is (218,83,209). Sum of RGB (Red+Green+Blue) = 218+83+209=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 83 (32.81% from 255 or 16.27% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA53D1 is #25AC2E. Grayscale: #898989. Windows color (decimal): -2468911 or 13718490. OLE color: 13718490.
HSL color Cylindrical-coordinate representation of color #DA53D1: hue angle of 304º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA53D1 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 209 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.15 |
| HSL | 304º | 0.65% | 0.59% | - |
| HSV(B) | 304º | 0.62% | 0.85% | - |
| XYZ | 43.52 | 25.7 | 62.99 | - |
| YUV | 137.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 209 | 0 | 0.62 | 0.04 | 0.15 | 304 | 0.65 | 0.59 |
| Hex | DA | 53 | D1 | 0 | 3E | 4 | F | 130 | 41 | 3B |
| Octal | 332 | 123 | 321 | 0 | 76 | 4 | 17 | 460 | 101 | 73 |
| Binary | 11011010 | 1010011 | 11010001 | 0 | 111110 | 100 | 1111 | 100110000 | 1000001 | 111011 |
Color Harmonies of #DA53D1
Complementary color
Monochromatic Colors of #DA53D1
Black with #DA53D1
Text Example
Text Example
White with #DA53D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA53D1; }
p { color: rgb(218,83,209); }
H1.HeaderClassName
{
color: #DA53D1;
}
.AnyTagClassName
{
color: #DA53D1;
}
</style>
background-color css
<style>
a { background-color: #DA53D1; }
a { background-color: rgb(218,83,209); }
div.DivClassName
{
background-color: #DA53D1;
}
.BgClassName
{
background-color: #DA53D1;
}
</style>
border-color css
<style>
span { border-color: #DA53D1; }
span { border-color: rgb(218,83,209); }
td.TdClassName
{
border-color: #DA53D1;
}
.TagClassName
{
border-color: #DA53D1;
}
</style>