Html Css Color HEX #DA63C5 Free Speech Magenta
📋 copy color: '#DA63C5'red 218 ◦ green 99 ◦ blue 197
Shades of Free Speech Magenta #DA63C5
Tints of Free Speech Magenta #DA63C5
RGB
CMYK
RGB Variations
Color information
#DA63C5 (or 0xDA63C5) is known color: Free Speech Magenta. HEX triplet: DA, 63 and C5. RGB value is (218,99,197). Sum of RGB (Red+Green+Blue) = 218+99+197=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 99 (39.06% from 255 or 19.26% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63C5 is #259C3A. Grayscale: #919191. Windows color (decimal): -2464827 or 12936154. OLE color: 12936154.
HSL color Cylindrical-coordinate representation of color #DA63C5: hue angle of 310.59º 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 #DA63C5 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 197 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.15 |
| HSL | 310.59º | 0.62% | 0.62% | - |
| HSV(B) | 310.59º | 0.55% | 0.85% | - |
| XYZ | 43.45 | 27.86 | 55.91 | - |
| YUV | 145.75 | 156.92 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 197 | 0 | 0.55 | 0.10 | 0.15 | 310.59 | 0.62 | 0.62 |
| Hex | DA | 63 | C5 | 0 | 37 | A | F | 137 | 3E | 3E |
| Octal | 332 | 143 | 305 | 0 | 67 | 12 | 17 | 467 | 76 | 76 |
| Binary | 11011010 | 1100011 | 11000101 | 0 | 110111 | 1010 | 1111 | 100110111 | 111110 | 111110 |
Color Harmonies of #DA63C5
Complementary color
Monochromatic Colors of #DA63C5
Black with #DA63C5
Text Example
Text Example
White with #DA63C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63C5; }
p { color: rgb(218,99,197); }
H1.HeaderClassName
{
color: #DA63C5;
}
.AnyTagClassName
{
color: #DA63C5;
}
</style>
background-color css
<style>
a { background-color: #DA63C5; }
a { background-color: rgb(218,99,197); }
div.DivClassName
{
background-color: #DA63C5;
}
.BgClassName
{
background-color: #DA63C5;
}
</style>
border-color css
<style>
span { border-color: #DA63C5; }
span { border-color: rgb(218,99,197); }
td.TdClassName
{
border-color: #DA63C5;
}
.TagClassName
{
border-color: #DA63C5;
}
</style>