Html Css Color HEX #DA63CE Free Speech Magenta
📋 copy color: '#DA63CE'red 218 ◦ green 99 ◦ blue 206
Shades of Free Speech Magenta #DA63CE
Tints of Free Speech Magenta #DA63CE
RGB
CMYK
RGB Variations
Color information
#DA63CE (or 0xDA63CE) is known color: Free Speech Magenta. HEX triplet: DA, 63 and CE. RGB value is (218,99,206). Sum of RGB (Red+Green+Blue) = 218+99+206=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63CE is #259C31. Grayscale: #929292. Windows color (decimal): -2464818 or 13525978. OLE color: 13525978.
HSL color Cylindrical-coordinate representation of color #DA63CE: hue angle of 306.05º 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 #DA63CE is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 206 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.15 |
| HSL | 306.05º | 0.62% | 0.62% | - |
| HSV(B) | 306.05º | 0.55% | 0.85% | - |
| XYZ | 44.52 | 28.29 | 61.51 | - |
| YUV | 146.78 | 161.42 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 206 | 0 | 0.55 | 0.06 | 0.15 | 306.05 | 0.62 | 0.62 |
| Hex | DA | 63 | CE | 0 | 37 | 6 | F | 132 | 3E | 3E |
| Octal | 332 | 143 | 316 | 0 | 67 | 6 | 17 | 462 | 76 | 76 |
| Binary | 11011010 | 1100011 | 11001110 | 0 | 110111 | 110 | 1111 | 100110010 | 111110 | 111110 |
Color Harmonies of #DA63CE
Complementary color
Monochromatic Colors of #DA63CE
Black with #DA63CE
Text Example
Text Example
White with #DA63CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63CE; }
p { color: rgb(218,99,206); }
H1.HeaderClassName
{
color: #DA63CE;
}
.AnyTagClassName
{
color: #DA63CE;
}
</style>
background-color css
<style>
a { background-color: #DA63CE; }
a { background-color: rgb(218,99,206); }
div.DivClassName
{
background-color: #DA63CE;
}
.BgClassName
{
background-color: #DA63CE;
}
</style>
border-color css
<style>
span { border-color: #DA63CE; }
span { border-color: rgb(218,99,206); }
td.TdClassName
{
border-color: #DA63CE;
}
.TagClassName
{
border-color: #DA63CE;
}
</style>