Html Css Color HEX #DA40D1 Free Speech Magenta
📋 copy color: '#DA40D1'red 218 ◦ green 64 ◦ blue 209
Shades of Free Speech Magenta #DA40D1
Tints of Free Speech Magenta #DA40D1
RGB
CMYK
RGB Variations
Color information
#DA40D1 (or 0xDA40D1) is known color: Free Speech Magenta. HEX triplet: DA, 40 and D1. RGB value is (218,64,209). Sum of RGB (Red+Green+Blue) = 218+64+209=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40D1 is #25BF2E. Grayscale: #7E7E7E. Windows color (decimal): -2473775 or 13713626. OLE color: 13713626.
HSL color Cylindrical-coordinate representation of color #DA40D1: hue angle of 303.51º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40D1 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 209 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.15 |
| HSL | 303.51º | 0.68% | 0.55% | - |
| HSV(B) | 303.51º | 0.71% | 0.85% | - |
| XYZ | 42.26 | 23.18 | 62.57 | - |
| YUV | 126.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 209 | 0 | 0.71 | 0.04 | 0.15 | 303.51 | 0.68 | 0.55 |
| Hex | DA | 40 | D1 | 0 | 47 | 4 | F | 130 | 44 | 37 |
| Octal | 332 | 100 | 321 | 0 | 107 | 4 | 17 | 460 | 104 | 67 |
| Binary | 11011010 | 1000000 | 11010001 | 0 | 1000111 | 100 | 1111 | 100110000 | 1000100 | 110111 |
Color Harmonies of #DA40D1
Complementary color
Monochromatic Colors of #DA40D1
Black with #DA40D1
Text Example
Text Example
White with #DA40D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40D1; }
p { color: rgb(218,64,209); }
H1.HeaderClassName
{
color: #DA40D1;
}
.AnyTagClassName
{
color: #DA40D1;
}
</style>
background-color css
<style>
a { background-color: #DA40D1; }
a { background-color: rgb(218,64,209); }
div.DivClassName
{
background-color: #DA40D1;
}
.BgClassName
{
background-color: #DA40D1;
}
</style>
border-color css
<style>
span { border-color: #DA40D1; }
span { border-color: rgb(218,64,209); }
td.TdClassName
{
border-color: #DA40D1;
}
.TagClassName
{
border-color: #DA40D1;
}
</style>