Html Css Color HEX #DA5FCD Free Speech Magenta
📋 copy color: '#DA5FCD'red 218 ◦ green 95 ◦ blue 205
Shades of Free Speech Magenta #DA5FCD
Tints of Free Speech Magenta #DA5FCD
RGB
CMYK
RGB Variations
Color information
#DA5FCD (or 0xDA5FCD) is known color: Free Speech Magenta. HEX triplet: DA, 5F and CD. RGB value is (218,95,205). Sum of RGB (Red+Green+Blue) = 218+95+205=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5FCD is #25A032. Grayscale: #909090. Windows color (decimal): -2465843 or 13459418. OLE color: 13459418.
HSL color Cylindrical-coordinate representation of color #DA5FCD: hue angle of 306.34º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA5FCD is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 95 | 205 | - |
| CMYK | 0 | 0.56 | 0.06 | 0.15 |
| HSL | 306.34º | 0.62% | 0.61% | - |
| HSV(B) | 306.34º | 0.56% | 0.85% | - |
| XYZ | 44.03 | 27.5 | 60.74 | - |
| YUV | 144.32 | 162.25 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 205 | 0 | 0.56 | 0.06 | 0.15 | 306.34 | 0.62 | 0.61 |
| Hex | DA | 5F | CD | 0 | 38 | 6 | F | 132 | 3E | 3D |
| Octal | 332 | 137 | 315 | 0 | 70 | 6 | 17 | 462 | 76 | 75 |
| Binary | 11011010 | 1011111 | 11001101 | 0 | 111000 | 110 | 1111 | 100110010 | 111110 | 111101 |
Color Harmonies of #DA5FCD
Complementary color
Monochromatic Colors of #DA5FCD
Black with #DA5FCD
Text Example
Text Example
White with #DA5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5FCD; }
p { color: rgb(218,95,205); }
H1.HeaderClassName
{
color: #DA5FCD;
}
.AnyTagClassName
{
color: #DA5FCD;
}
</style>
background-color css
<style>
a { background-color: #DA5FCD; }
a { background-color: rgb(218,95,205); }
div.DivClassName
{
background-color: #DA5FCD;
}
.BgClassName
{
background-color: #DA5FCD;
}
</style>
border-color css
<style>
span { border-color: #DA5FCD; }
span { border-color: rgb(218,95,205); }
td.TdClassName
{
border-color: #DA5FCD;
}
.TagClassName
{
border-color: #DA5FCD;
}
</style>