Html Css Color HEX #DA40C9 Free Speech Magenta
📋 copy color: '#DA40C9'red 218 ◦ green 64 ◦ blue 201
Shades of Free Speech Magenta #DA40C9
Tints of Free Speech Magenta #DA40C9
RGB
CMYK
RGB Variations
Color information
#DA40C9 (or 0xDA40C9) is known color: Free Speech Magenta. HEX triplet: DA, 40 and C9. RGB value is (218,64,201). Sum of RGB (Red+Green+Blue) = 218+64+201=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40C9 is #25BF36. Grayscale: #7D7D7D. Windows color (decimal): -2473783 or 13189338. OLE color: 13189338.
HSL color Cylindrical-coordinate representation of color #DA40C9: hue angle of 306.62º 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 #DA40C9 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 201 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.15 |
| HSL | 306.62º | 0.68% | 0.55% | - |
| HSV(B) | 306.62º | 0.71% | 0.85% | - |
| XYZ | 41.29 | 22.79 | 57.48 | - |
| YUV | 125.66 | 170.52 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 201 | 0 | 0.71 | 0.08 | 0.15 | 306.62 | 0.68 | 0.55 |
| Hex | DA | 40 | C9 | 0 | 47 | 8 | F | 133 | 44 | 37 |
| Octal | 332 | 100 | 311 | 0 | 107 | 10 | 17 | 463 | 104 | 67 |
| Binary | 11011010 | 1000000 | 11001001 | 0 | 1000111 | 1000 | 1111 | 100110011 | 1000100 | 110111 |
Color Harmonies of #DA40C9
Complementary color
Monochromatic Colors of #DA40C9
Black with #DA40C9
Text Example
Text Example
White with #DA40C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA40C9; }
p { color: rgb(218,64,201); }
H1.HeaderClassName
{
color: #DA40C9;
}
.AnyTagClassName
{
color: #DA40C9;
}
</style>
background-color css
<style>
a { background-color: #DA40C9; }
a { background-color: rgb(218,64,201); }
div.DivClassName
{
background-color: #DA40C9;
}
.BgClassName
{
background-color: #DA40C9;
}
</style>
border-color css
<style>
span { border-color: #DA40C9; }
span { border-color: rgb(218,64,201); }
td.TdClassName
{
border-color: #DA40C9;
}
.TagClassName
{
border-color: #DA40C9;
}
</style>