Html Css Color HEX #DA63D1 Free Speech Magenta
📋 copy color: '#DA63D1'red 218 ◦ green 99 ◦ blue 209
Shades of Free Speech Magenta #DA63D1
Tints of Free Speech Magenta #DA63D1
RGB
CMYK
RGB Variations
Color information
#DA63D1 (or 0xDA63D1) is known color: Free Speech Magenta. HEX triplet: DA, 63 and D1. RGB value is (218,99,209). Sum of RGB (Red+Green+Blue) = 218+99+209=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 99 (39.06% from 255 or 18.82% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D1 is #259C2E. Grayscale: #929292. Windows color (decimal): -2464815 or 13722586. OLE color: 13722586.
HSL color Cylindrical-coordinate representation of color #DA63D1: hue angle of 304.54º 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 #DA63D1 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 209 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.15 |
| HSL | 304.54º | 0.62% | 0.62% | - |
| HSV(B) | 304.54º | 0.55% | 0.85% | - |
| XYZ | 44.88 | 28.43 | 63.44 | - |
| YUV | 147.12 | 162.92 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 209 | 0 | 0.55 | 0.04 | 0.15 | 304.54 | 0.62 | 0.62 |
| Hex | DA | 63 | D1 | 0 | 37 | 4 | F | 131 | 3E | 3E |
| Octal | 332 | 143 | 321 | 0 | 67 | 4 | 17 | 461 | 76 | 76 |
| Binary | 11011010 | 1100011 | 11010001 | 0 | 110111 | 100 | 1111 | 100110001 | 111110 | 111110 |
Color Harmonies of #DA63D1
Complementary color
Monochromatic Colors of #DA63D1
Black with #DA63D1
Text Example
Text Example
White with #DA63D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63D1; }
p { color: rgb(218,99,209); }
H1.HeaderClassName
{
color: #DA63D1;
}
.AnyTagClassName
{
color: #DA63D1;
}
</style>
background-color css
<style>
a { background-color: #DA63D1; }
a { background-color: rgb(218,99,209); }
div.DivClassName
{
background-color: #DA63D1;
}
.BgClassName
{
background-color: #DA63D1;
}
</style>
border-color css
<style>
span { border-color: #DA63D1; }
span { border-color: rgb(218,99,209); }
td.TdClassName
{
border-color: #DA63D1;
}
.TagClassName
{
border-color: #DA63D1;
}
</style>