Html Css Color HEX #DA4DDA Free Speech Magenta
📋 copy color: '#DA4DDA'red 218 ◦ green 77 ◦ blue 218
Shades of Free Speech Magenta #DA4DDA
Tints of Free Speech Magenta #DA4DDA
RGB
CMYK
RGB Variations
Color information
#DA4DDA (or 0xDA4DDA) is known color: Free Speech Magenta. HEX triplet: DA, 4D and DA. RGB value is (218,77,218). Sum of RGB (Red+Green+Blue) = 218+77+218=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4DDA is #25B225. Grayscale: #868686. Windows color (decimal): -2470438 or 14306778. OLE color: 14306778.
HSL color Cylindrical-coordinate representation of color #DA4DDA: hue angle of 300º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4DDA is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 77 | 218 | - |
CMYK | 0 | 0.65 | 0 | 0.15 |
HSL | 300º | 0.66% | 0.58% | - |
HSV(B) | 300º | 0.65% | 0.85% | - |
XYZ | 44.22 | 25.28 | 68.88 | - |
YUV | 135.23 | 174.71 | 187.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 77 | 218 | 0 | 0.65 | 0 | 0.15 | 300 | 0.66 | 0.58 |
Hex | DA | 4D | DA | 0 | 41 | 0 | F | 12C | 42 | 3A |
Octal | 332 | 115 | 332 | 0 | 101 | 0 | 17 | 454 | 102 | 72 |
Binary | 11011010 | 1001101 | 11011010 | 0 | 1000001 | 0 | 1111 | 100101100 | 1000010 | 111010 |
Color Harmonies of #DA4DDA
Complementary color
Monochromatic Colors of #DA4DDA
Black with #DA4DDA
Text Example
Text Example
White with #DA4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4DDA; }
p { color: rgb(218,77,218); }
H1.HeaderClassName
{
color: #DA4DDA;
}
.AnyTagClassName
{
color: #DA4DDA;
}
</style>
background-color css
<style>
a { background-color: #DA4DDA; }
a { background-color: rgb(218,77,218); }
div.DivClassName
{
background-color: #DA4DDA;
}
.BgClassName
{
background-color: #DA4DDA;
}
</style>
border-color css
<style>
span { border-color: #DA4DDA; }
span { border-color: rgb(218,77,218); }
td.TdClassName
{
border-color: #DA4DDA;
}
.TagClassName
{
border-color: #DA4DDA;
}
</style>