Html Css Color HEX #DA40D2 Free Speech Magenta
📋 copy color: '#DA40D2'red 218 ◦ green 64 ◦ blue 210
Shades of Free Speech Magenta #DA40D2
Tints of Free Speech Magenta #DA40D2
RGB
CMYK
RGB Variations
Color information
#DA40D2 (or 0xDA40D2) is known color: Free Speech Magenta. HEX triplet: DA, 40 and D2. RGB value is (218,64,210). Sum of RGB (Red+Green+Blue) = 218+64+210=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40D2 is #25BF2D. Grayscale: #7E7E7E. Windows color (decimal): -2473774 or 13779162. OLE color: 13779162.
HSL color Cylindrical-coordinate representation of color #DA40D2: hue angle of 303.12º 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 #DA40D2 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 210 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.15 |
| HSL | 303.12º | 0.68% | 0.55% | - |
| HSV(B) | 303.12º | 0.71% | 0.85% | - |
| XYZ | 42.38 | 23.23 | 63.22 | - |
| YUV | 126.69 | 175.02 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 210 | 0 | 0.71 | 0.04 | 0.15 | 303.12 | 0.68 | 0.55 |
| Hex | DA | 40 | D2 | 0 | 47 | 4 | F | 12F | 44 | 37 |
| Octal | 332 | 100 | 322 | 0 | 107 | 4 | 17 | 457 | 104 | 67 |
| Binary | 11011010 | 1000000 | 11010010 | 0 | 1000111 | 100 | 1111 | 100101111 | 1000100 | 110111 |
Color Harmonies of #DA40D2
Complementary color
Monochromatic Colors of #DA40D2
Black with #DA40D2
Text Example
Text Example
White with #DA40D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40D2; }
p { color: rgb(218,64,210); }
H1.HeaderClassName
{
color: #DA40D2;
}
.AnyTagClassName
{
color: #DA40D2;
}
</style>
background-color css
<style>
a { background-color: #DA40D2; }
a { background-color: rgb(218,64,210); }
div.DivClassName
{
background-color: #DA40D2;
}
.BgClassName
{
background-color: #DA40D2;
}
</style>
border-color css
<style>
span { border-color: #DA40D2; }
span { border-color: rgb(218,64,210); }
td.TdClassName
{
border-color: #DA40D2;
}
.TagClassName
{
border-color: #DA40D2;
}
</style>