Html Css Color HEX #DA4FDD Free Speech Magenta
📋 copy color: '#DA4FDD'red 218 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #DA4FDD
Tints of Free Speech Magenta #DA4FDD
RGB
CMYK
RGB Variations
Color information
#DA4FDD (or 0xDA4FDD) is known color: Free Speech Magenta. HEX triplet: DA, 4F and DD. RGB value is (218,79,221). Sum of RGB (Red+Green+Blue) = 218+79+221=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA4FDD is #25B022. Grayscale: #888888. Windows color (decimal): -2469923 or 14503898. OLE color: 14503898.
HSL color Cylindrical-coordinate representation of color #DA4FDD: hue angle of 298.73º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4FDD is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 79 | 221 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.13 |
| HSL | 298.73º | 0.68% | 0.59% | - |
| HSV(B) | 298.73º | 0.64% | 0.87% | - |
| XYZ | 44.76 | 25.72 | 71.01 | - |
| YUV | 136.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 221 | 0.01 | 0.64 | 0 | 0.13 | 298.73 | 0.68 | 0.59 |
| Hex | DA | 4F | DD | 1 | 40 | 0 | D | 12B | 44 | 3B |
| Octal | 332 | 117 | 335 | 1 | 100 | 0 | 15 | 453 | 104 | 73 |
| Binary | 11011010 | 1001111 | 11011101 | 1 | 1000000 | 0 | 1101 | 100101011 | 1000100 | 111011 |
Color Harmonies of #DA4FDD
Complementary color
Monochromatic Colors of #DA4FDD
Black with #DA4FDD
Text Example
Text Example
White with #DA4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4FDD; }
p { color: rgb(218,79,221); }
H1.HeaderClassName
{
color: #DA4FDD;
}
.AnyTagClassName
{
color: #DA4FDD;
}
</style>
background-color css
<style>
a { background-color: #DA4FDD; }
a { background-color: rgb(218,79,221); }
div.DivClassName
{
background-color: #DA4FDD;
}
.BgClassName
{
background-color: #DA4FDD;
}
</style>
border-color css
<style>
span { border-color: #DA4FDD; }
span { border-color: rgb(218,79,221); }
td.TdClassName
{
border-color: #DA4FDD;
}
.TagClassName
{
border-color: #DA4FDD;
}
</style>