Html Css Color HEX #DA63D5 Free Speech Magenta
📋 copy color: '#DA63D5'red 218 ◦ green 99 ◦ blue 213
Shades of Free Speech Magenta #DA63D5
Tints of Free Speech Magenta #DA63D5
RGB
CMYK
RGB Variations
Color information
#DA63D5 (or 0xDA63D5) is known color: Free Speech Magenta. HEX triplet: DA, 63 and D5. RGB value is (218,99,213). Sum of RGB (Red+Green+Blue) = 218+99+213=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D5 is #259C2A. Grayscale: #939393. Windows color (decimal): -2464811 or 13984730. OLE color: 13984730.
HSL color Cylindrical-coordinate representation of color #DA63D5: hue angle of 302.52º 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 #DA63D5 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 213 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.15 |
| HSL | 302.52º | 0.62% | 0.62% | - |
| HSV(B) | 302.52º | 0.55% | 0.85% | - |
| XYZ | 45.39 | 28.63 | 66.09 | - |
| YUV | 147.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 213 | 0 | 0.55 | 0.02 | 0.15 | 302.52 | 0.62 | 0.62 |
| Hex | DA | 63 | D5 | 0 | 37 | 2 | F | 12F | 3E | 3E |
| Octal | 332 | 143 | 325 | 0 | 67 | 2 | 17 | 457 | 76 | 76 |
| Binary | 11011010 | 1100011 | 11010101 | 0 | 110111 | 10 | 1111 | 100101111 | 111110 | 111110 |
Color Harmonies of #DA63D5
Complementary color
Monochromatic Colors of #DA63D5
Black with #DA63D5
Text Example
Text Example
White with #DA63D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63D5; }
p { color: rgb(218,99,213); }
H1.HeaderClassName
{
color: #DA63D5;
}
.AnyTagClassName
{
color: #DA63D5;
}
</style>
background-color css
<style>
a { background-color: #DA63D5; }
a { background-color: rgb(218,99,213); }
div.DivClassName
{
background-color: #DA63D5;
}
.BgClassName
{
background-color: #DA63D5;
}
</style>
border-color css
<style>
span { border-color: #DA63D5; }
span { border-color: rgb(218,99,213); }
td.TdClassName
{
border-color: #DA63D5;
}
.TagClassName
{
border-color: #DA63D5;
}
</style>