Html Css Color HEX #DA59DA Free Speech Magenta
📋 copy color: '#DA59DA'red 218 ◦ green 89 ◦ blue 218
Shades of Free Speech Magenta #DA59DA
Tints of Free Speech Magenta #DA59DA
RGB
CMYK
RGB Variations
Color information
#DA59DA (or 0xDA59DA) is known color: Free Speech Magenta. HEX triplet: DA, 59 and DA. RGB value is (218,89,218). Sum of RGB (Red+Green+Blue) = 218+89+218=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA59DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA59DA is #25A625. Grayscale: #8D8D8D. Windows color (decimal): -2467366 or 14309850. OLE color: 14309850.
HSL color Cylindrical-coordinate representation of color #DA59DA: hue angle of 300º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA59DA is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 89 | 218 | - |
CMYK | 0 | 0.59 | 0 | 0.15 |
HSL | 300º | 0.64% | 0.6% | - |
HSV(B) | 300º | 0.59% | 0.85% | - |
XYZ | 45.14 | 27.11 | 69.18 | - |
YUV | 142.28 | 170.74 | 182.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 89 | 218 | 0 | 0.59 | 0 | 0.15 | 300 | 0.64 | 0.6 |
Hex | DA | 59 | DA | 0 | 3B | 0 | F | 12C | 40 | 3C |
Octal | 332 | 131 | 332 | 0 | 73 | 0 | 17 | 454 | 100 | 74 |
Binary | 11011010 | 1011001 | 11011010 | 0 | 111011 | 0 | 1111 | 100101100 | 1000000 | 111100 |
Color Harmonies of #DA59DA
Complementary color
Monochromatic Colors of #DA59DA
Black with #DA59DA
Text Example
Text Example
White with #DA59DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA59DA; }
p { color: rgb(218,89,218); }
H1.HeaderClassName
{
color: #DA59DA;
}
.AnyTagClassName
{
color: #DA59DA;
}
</style>
background-color css
<style>
a { background-color: #DA59DA; }
a { background-color: rgb(218,89,218); }
div.DivClassName
{
background-color: #DA59DA;
}
.BgClassName
{
background-color: #DA59DA;
}
</style>
border-color css
<style>
span { border-color: #DA59DA; }
span { border-color: rgb(218,89,218); }
td.TdClassName
{
border-color: #DA59DA;
}
.TagClassName
{
border-color: #DA59DA;
}
</style>