Html Css Color HEX #DA63D6 Free Speech Magenta
📋 copy color: '#DA63D6'red 218 ◦ green 99 ◦ blue 214
Shades of Free Speech Magenta #DA63D6
Tints of Free Speech Magenta #DA63D6
RGB
CMYK
RGB Variations
Color information
#DA63D6 (or 0xDA63D6) is known color: Free Speech Magenta. HEX triplet: DA, 63 and D6. RGB value is (218,99,214). Sum of RGB (Red+Green+Blue) = 218+99+214=531 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.05% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D6 is #259C29. Grayscale: #939393. Windows color (decimal): -2464810 or 14050266. OLE color: 14050266.
HSL color Cylindrical-coordinate representation of color #DA63D6: hue angle of 302.02º 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 #DA63D6 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 214 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.15 |
| HSL | 302.02º | 0.62% | 0.62% | - |
| HSV(B) | 302.02º | 0.55% | 0.85% | - |
| XYZ | 45.51 | 28.68 | 66.76 | - |
| YUV | 147.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 214 | 0 | 0.55 | 0.02 | 0.15 | 302.02 | 0.62 | 0.62 |
| Hex | DA | 63 | D6 | 0 | 37 | 2 | F | 12E | 3E | 3E |
| Octal | 332 | 143 | 326 | 0 | 67 | 2 | 17 | 456 | 76 | 76 |
| Binary | 11011010 | 1100011 | 11010110 | 0 | 110111 | 10 | 1111 | 100101110 | 111110 | 111110 |
Color Harmonies of #DA63D6
Complementary color
Monochromatic Colors of #DA63D6
Black with #DA63D6
Text Example
Text Example
White with #DA63D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63D6; }
p { color: rgb(218,99,214); }
H1.HeaderClassName
{
color: #DA63D6;
}
.AnyTagClassName
{
color: #DA63D6;
}
</style>
background-color css
<style>
a { background-color: #DA63D6; }
a { background-color: rgb(218,99,214); }
div.DivClassName
{
background-color: #DA63D6;
}
.BgClassName
{
background-color: #DA63D6;
}
</style>
border-color css
<style>
span { border-color: #DA63D6; }
span { border-color: rgb(218,99,214); }
td.TdClassName
{
border-color: #DA63D6;
}
.TagClassName
{
border-color: #DA63D6;
}
</style>