Html Css Color HEX #DA50C4 Free Speech Magenta
📋 copy color: '#DA50C4'red 218 ◦ green 80 ◦ blue 196
Shades of Free Speech Magenta #DA50C4
Tints of Free Speech Magenta #DA50C4
RGB
CMYK
RGB Variations
Color information
#DA50C4 (or 0xDA50C4) is known color: Free Speech Magenta. HEX triplet: DA, 50 and C4. RGB value is (218,80,196). Sum of RGB (Red+Green+Blue) = 218+80+196=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DA50C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA50C4 is #25AF3B. Grayscale: #868686. Windows color (decimal): -2469692 or 12865754. OLE color: 12865754.
HSL color Cylindrical-coordinate representation of color #DA50C4: hue angle of 309.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA50C4 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 196 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.15 |
| HSL | 309.57º | 0.65% | 0.58% | - |
| HSV(B) | 309.57º | 0.63% | 0.85% | - |
| XYZ | 41.75 | 24.63 | 54.78 | - |
| YUV | 134.49 | 162.72 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 196 | 0 | 0.63 | 0.10 | 0.15 | 309.57 | 0.65 | 0.58 |
| Hex | DA | 50 | C4 | 0 | 3F | A | F | 136 | 41 | 3A |
| Octal | 332 | 120 | 304 | 0 | 77 | 12 | 17 | 466 | 101 | 72 |
| Binary | 11011010 | 1010000 | 11000100 | 0 | 111111 | 1010 | 1111 | 100110110 | 1000001 | 111010 |
Color Harmonies of #DA50C4
Complementary color
Monochromatic Colors of #DA50C4
Black with #DA50C4
Text Example
Text Example
White with #DA50C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA50C4; }
p { color: rgb(218,80,196); }
H1.HeaderClassName
{
color: #DA50C4;
}
.AnyTagClassName
{
color: #DA50C4;
}
</style>
background-color css
<style>
a { background-color: #DA50C4; }
a { background-color: rgb(218,80,196); }
div.DivClassName
{
background-color: #DA50C4;
}
.BgClassName
{
background-color: #DA50C4;
}
</style>
border-color css
<style>
span { border-color: #DA50C4; }
span { border-color: rgb(218,80,196); }
td.TdClassName
{
border-color: #DA50C4;
}
.TagClassName
{
border-color: #DA50C4;
}
</style>