Html Css Color HEX #DA53D2 Free Speech Magenta
📋 copy color: '#DA53D2'red 218 ◦ green 83 ◦ blue 210
Shades of Free Speech Magenta #DA53D2
Tints of Free Speech Magenta #DA53D2
RGB
CMYK
RGB Variations
Color information
#DA53D2 (or 0xDA53D2) is known color: Free Speech Magenta. HEX triplet: DA, 53 and D2. RGB value is (218,83,210). Sum of RGB (Red+Green+Blue) = 218+83+210=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 83 (32.81% from 255 or 16.24% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DA53D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA53D2 is #25AC2D. Grayscale: #898989. Windows color (decimal): -2468910 or 13784026. OLE color: 13784026.
HSL color Cylindrical-coordinate representation of color #DA53D2: hue angle of 303.56º 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 #DA53D2 is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 83 | 210 | - |
| CMYK | 0 | 0.62 | 0.04 | 0.15 |
| HSL | 303.56º | 0.65% | 0.59% | - |
| HSV(B) | 303.56º | 0.62% | 0.85% | - |
| XYZ | 43.64 | 25.75 | 63.64 | - |
| YUV | 137.84 | 168.73 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 83 | 210 | 0 | 0.62 | 0.04 | 0.15 | 303.56 | 0.65 | 0.59 |
| Hex | DA | 53 | D2 | 0 | 3E | 4 | F | 130 | 41 | 3B |
| Octal | 332 | 123 | 322 | 0 | 76 | 4 | 17 | 460 | 101 | 73 |
| Binary | 11011010 | 1010011 | 11010010 | 0 | 111110 | 100 | 1111 | 100110000 | 1000001 | 111011 |
Color Harmonies of #DA53D2
Complementary color
Monochromatic Colors of #DA53D2
Black with #DA53D2
Text Example
Text Example
White with #DA53D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA53D2; }
p { color: rgb(218,83,210); }
H1.HeaderClassName
{
color: #DA53D2;
}
.AnyTagClassName
{
color: #DA53D2;
}
</style>
background-color css
<style>
a { background-color: #DA53D2; }
a { background-color: rgb(218,83,210); }
div.DivClassName
{
background-color: #DA53D2;
}
.BgClassName
{
background-color: #DA53D2;
}
</style>
border-color css
<style>
span { border-color: #DA53D2; }
span { border-color: rgb(218,83,210); }
td.TdClassName
{
border-color: #DA53D2;
}
.TagClassName
{
border-color: #DA53D2;
}
</style>