Html Css Color HEX #DA63BA Free Speech Magenta
📋 copy color: '#DA63BA'red 218 ◦ green 99 ◦ blue 186
Shades of Free Speech Magenta #DA63BA
Tints of Free Speech Magenta #DA63BA
RGB
CMYK
RGB Variations
Color information
#DA63BA (or 0xDA63BA) is known color: Free Speech Magenta. HEX triplet: DA, 63 and BA. RGB value is (218,99,186). Sum of RGB (Red+Green+Blue) = 218+99+186=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63BA is #259C45. Grayscale: #909090. Windows color (decimal): -2464838 or 12215258. OLE color: 12215258.
HSL color Cylindrical-coordinate representation of color #DA63BA: hue angle of 316.13º 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 #DA63BA is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 186 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.15 |
| HSL | 316.13º | 0.62% | 0.62% | - |
| HSV(B) | 316.13º | 0.55% | 0.85% | - |
| XYZ | 42.24 | 27.37 | 49.51 | - |
| YUV | 144.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 186 | 0 | 0.55 | 0.15 | 0.15 | 316.13 | 0.62 | 0.62 |
| Hex | DA | 63 | BA | 0 | 37 | F | F | 13C | 3E | 3E |
| Octal | 332 | 143 | 272 | 0 | 67 | 17 | 17 | 474 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10111010 | 0 | 110111 | 1111 | 1111 | 100111100 | 111110 | 111110 |
Color Harmonies of #DA63BA
Complementary color
Monochromatic Colors of #DA63BA
Black with #DA63BA
Text Example
Text Example
White with #DA63BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63BA; }
p { color: rgb(218,99,186); }
H1.HeaderClassName
{
color: #DA63BA;
}
.AnyTagClassName
{
color: #DA63BA;
}
</style>
background-color css
<style>
a { background-color: #DA63BA; }
a { background-color: rgb(218,99,186); }
div.DivClassName
{
background-color: #DA63BA;
}
.BgClassName
{
background-color: #DA63BA;
}
</style>
border-color css
<style>
span { border-color: #DA63BA; }
span { border-color: rgb(218,99,186); }
td.TdClassName
{
border-color: #DA63BA;
}
.TagClassName
{
border-color: #DA63BA;
}
</style>