Html Css Color HEX #DA58D4 Free Speech Magenta
📋 copy color: '#DA58D4'red 218 ◦ green 88 ◦ blue 212
Shades of Free Speech Magenta #DA58D4
Tints of Free Speech Magenta #DA58D4
RGB
CMYK
RGB Variations
Color information
#DA58D4 (or 0xDA58D4) is known color: Free Speech Magenta. HEX triplet: DA, 58 and D4. RGB value is (218,88,212). Sum of RGB (Red+Green+Blue) = 218+88+212=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA58D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA58D4 is #25A72B. Grayscale: #8C8C8C. Windows color (decimal): -2467628 or 13916378. OLE color: 13916378.
HSL color Cylindrical-coordinate representation of color #DA58D4: hue angle of 302.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA58D4 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 212 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.15 |
| HSL | 302.77º | 0.64% | 0.6% | - |
| HSV(B) | 302.77º | 0.6% | 0.85% | - |
| XYZ | 44.29 | 26.64 | 65.09 | - |
| YUV | 141.01 | 168.07 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 212 | 0 | 0.60 | 0.03 | 0.15 | 302.77 | 0.64 | 0.6 |
| Hex | DA | 58 | D4 | 0 | 3C | 3 | F | 12F | 40 | 3C |
| Octal | 332 | 130 | 324 | 0 | 74 | 3 | 17 | 457 | 100 | 74 |
| Binary | 11011010 | 1011000 | 11010100 | 0 | 111100 | 11 | 1111 | 100101111 | 1000000 | 111100 |
Color Harmonies of #DA58D4
Complementary color
Monochromatic Colors of #DA58D4
Black with #DA58D4
Text Example
Text Example
White with #DA58D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA58D4; }
p { color: rgb(218,88,212); }
H1.HeaderClassName
{
color: #DA58D4;
}
.AnyTagClassName
{
color: #DA58D4;
}
</style>
background-color css
<style>
a { background-color: #DA58D4; }
a { background-color: rgb(218,88,212); }
div.DivClassName
{
background-color: #DA58D4;
}
.BgClassName
{
background-color: #DA58D4;
}
</style>
border-color css
<style>
span { border-color: #DA58D4; }
span { border-color: rgb(218,88,212); }
td.TdClassName
{
border-color: #DA58D4;
}
.TagClassName
{
border-color: #DA58D4;
}
</style>