Html Css Color HEX #DA51C6 Free Speech Magenta
📋 copy color: '#DA51C6'red 218 ◦ green 81 ◦ blue 198
Shades of Free Speech Magenta #DA51C6
Tints of Free Speech Magenta #DA51C6
RGB
CMYK
RGB Variations
Color information
#DA51C6 (or 0xDA51C6) is known color: Free Speech Magenta. HEX triplet: DA, 51 and C6. RGB value is (218,81,198). Sum of RGB (Red+Green+Blue) = 218+81+198=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA51C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA51C6 is #25AE39. Grayscale: #868686. Windows color (decimal): -2469434 or 12997082. OLE color: 12997082.
HSL color Cylindrical-coordinate representation of color #DA51C6: hue angle of 308.76º 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 #DA51C6 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 198 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.15 |
| HSL | 308.76º | 0.65% | 0.59% | - |
| HSV(B) | 308.76º | 0.63% | 0.85% | - |
| XYZ | 42.05 | 24.87 | 56.01 | - |
| YUV | 135.3 | 163.39 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 198 | 0 | 0.63 | 0.09 | 0.15 | 308.76 | 0.65 | 0.59 |
| Hex | DA | 51 | C6 | 0 | 3F | 9 | F | 135 | 41 | 3B |
| Octal | 332 | 121 | 306 | 0 | 77 | 11 | 17 | 465 | 101 | 73 |
| Binary | 11011010 | 1010001 | 11000110 | 0 | 111111 | 1001 | 1111 | 100110101 | 1000001 | 111011 |
Color Harmonies of #DA51C6
Complementary color
Monochromatic Colors of #DA51C6
Black with #DA51C6
Text Example
Text Example
White with #DA51C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA51C6; }
p { color: rgb(218,81,198); }
H1.HeaderClassName
{
color: #DA51C6;
}
.AnyTagClassName
{
color: #DA51C6;
}
</style>
background-color css
<style>
a { background-color: #DA51C6; }
a { background-color: rgb(218,81,198); }
div.DivClassName
{
background-color: #DA51C6;
}
.BgClassName
{
background-color: #DA51C6;
}
</style>
border-color css
<style>
span { border-color: #DA51C6; }
span { border-color: rgb(218,81,198); }
td.TdClassName
{
border-color: #DA51C6;
}
.TagClassName
{
border-color: #DA51C6;
}
</style>