Html Css Color HEX #DA63CA Free Speech Magenta
📋 copy color: '#DA63CA'red 218 ◦ green 99 ◦ blue 202
Shades of Free Speech Magenta #DA63CA
Tints of Free Speech Magenta #DA63CA
RGB
CMYK
RGB Variations
Color information
#DA63CA (or 0xDA63CA) is known color: Free Speech Magenta. HEX triplet: DA, 63 and CA. RGB value is (218,99,202). Sum of RGB (Red+Green+Blue) = 218+99+202=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63CA is #259C35. Grayscale: #929292. Windows color (decimal): -2464822 or 13263834. OLE color: 13263834.
HSL color Cylindrical-coordinate representation of color #DA63CA: hue angle of 308.07º 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 #DA63CA is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 202 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.15 |
| HSL | 308.07º | 0.62% | 0.62% | - |
| HSV(B) | 308.07º | 0.55% | 0.85% | - |
| XYZ | 44.04 | 28.09 | 58.98 | - |
| YUV | 146.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 202 | 0 | 0.55 | 0.07 | 0.15 | 308.07 | 0.62 | 0.62 |
| Hex | DA | 63 | CA | 0 | 37 | 7 | F | 134 | 3E | 3E |
| Octal | 332 | 143 | 312 | 0 | 67 | 7 | 17 | 464 | 76 | 76 |
| Binary | 11011010 | 1100011 | 11001010 | 0 | 110111 | 111 | 1111 | 100110100 | 111110 | 111110 |
Color Harmonies of #DA63CA
Complementary color
Monochromatic Colors of #DA63CA
Black with #DA63CA
Text Example
Text Example
White with #DA63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63CA; }
p { color: rgb(218,99,202); }
H1.HeaderClassName
{
color: #DA63CA;
}
.AnyTagClassName
{
color: #DA63CA;
}
</style>
background-color css
<style>
a { background-color: #DA63CA; }
a { background-color: rgb(218,99,202); }
div.DivClassName
{
background-color: #DA63CA;
}
.BgClassName
{
background-color: #DA63CA;
}
</style>
border-color css
<style>
span { border-color: #DA63CA; }
span { border-color: rgb(218,99,202); }
td.TdClassName
{
border-color: #DA63CA;
}
.TagClassName
{
border-color: #DA63CA;
}
</style>