Html Css Color HEX #DA63CF Free Speech Magenta
📋 copy color: '#DA63CF'red 218 ◦ green 99 ◦ blue 207
Shades of Free Speech Magenta #DA63CF
Tints of Free Speech Magenta #DA63CF
RGB
CMYK
RGB Variations
Color information
#DA63CF (or 0xDA63CF) is known color: Free Speech Magenta. HEX triplet: DA, 63 and CF. RGB value is (218,99,207). Sum of RGB (Red+Green+Blue) = 218+99+207=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 99 (39.06% from 255 or 18.89% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63CF is #259C30. Grayscale: #929292. Windows color (decimal): -2464817 or 13591514. OLE color: 13591514.
HSL color Cylindrical-coordinate representation of color #DA63CF: hue angle of 305.55º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA63CF is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 207 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.15 |
| HSL | 305.55º | 0.62% | 0.62% | - |
| HSV(B) | 305.55º | 0.55% | 0.85% | - |
| XYZ | 44.64 | 28.33 | 62.15 | - |
| YUV | 146.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 207 | 0 | 0.55 | 0.05 | 0.15 | 305.55 | 0.62 | 0.62 |
| Hex | DA | 63 | CF | 0 | 37 | 5 | F | 132 | 3E | 3E |
| Octal | 332 | 143 | 317 | 0 | 67 | 5 | 17 | 462 | 76 | 76 |
| Binary | 11011010 | 1100011 | 11001111 | 0 | 110111 | 101 | 1111 | 100110010 | 111110 | 111110 |
Color Harmonies of #DA63CF
Complementary color
Monochromatic Colors of #DA63CF
Black with #DA63CF
Text Example
Text Example
White with #DA63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63CF; }
p { color: rgb(218,99,207); }
H1.HeaderClassName
{
color: #DA63CF;
}
.AnyTagClassName
{
color: #DA63CF;
}
</style>
background-color css
<style>
a { background-color: #DA63CF; }
a { background-color: rgb(218,99,207); }
div.DivClassName
{
background-color: #DA63CF;
}
.BgClassName
{
background-color: #DA63CF;
}
</style>
border-color css
<style>
span { border-color: #DA63CF; }
span { border-color: rgb(218,99,207); }
td.TdClassName
{
border-color: #DA63CF;
}
.TagClassName
{
border-color: #DA63CF;
}
</style>