Html Css Color HEX #DA51D1 Free Speech Magenta
📋 copy color: '#DA51D1'red 218 ◦ green 81 ◦ blue 209
Shades of Free Speech Magenta #DA51D1
Tints of Free Speech Magenta #DA51D1
RGB
CMYK
RGB Variations
Color information
#DA51D1 (or 0xDA51D1) is known color: Free Speech Magenta. HEX triplet: DA, 51 and D1. RGB value is (218,81,209). Sum of RGB (Red+Green+Blue) = 218+81+209=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA51D1 is #25AE2E. Grayscale: #888888. Windows color (decimal): -2469423 or 13717978. OLE color: 13717978.
HSL color Cylindrical-coordinate representation of color #DA51D1: hue angle of 303.94º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA51D1 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 209 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.15 |
| HSL | 303.94º | 0.65% | 0.59% | - |
| HSV(B) | 303.94º | 0.63% | 0.85% | - |
| XYZ | 43.36 | 25.39 | 62.94 | - |
| YUV | 136.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 209 | 0 | 0.63 | 0.04 | 0.15 | 303.94 | 0.65 | 0.59 |
| Hex | DA | 51 | D1 | 0 | 3F | 4 | F | 130 | 41 | 3B |
| Octal | 332 | 121 | 321 | 0 | 77 | 4 | 17 | 460 | 101 | 73 |
| Binary | 11011010 | 1010001 | 11010001 | 0 | 111111 | 100 | 1111 | 100110000 | 1000001 | 111011 |
Color Harmonies of #DA51D1
Complementary color
Monochromatic Colors of #DA51D1
Black with #DA51D1
Text Example
Text Example
White with #DA51D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51D1; }
p { color: rgb(218,81,209); }
H1.HeaderClassName
{
color: #DA51D1;
}
.AnyTagClassName
{
color: #DA51D1;
}
</style>
background-color css
<style>
a { background-color: #DA51D1; }
a { background-color: rgb(218,81,209); }
div.DivClassName
{
background-color: #DA51D1;
}
.BgClassName
{
background-color: #DA51D1;
}
</style>
border-color css
<style>
span { border-color: #DA51D1; }
span { border-color: rgb(218,81,209); }
td.TdClassName
{
border-color: #DA51D1;
}
.TagClassName
{
border-color: #DA51D1;
}
</style>