Html Css Color HEX #DA63D3 Free Speech Magenta
📋 copy color: '#DA63D3'red 218 ◦ green 99 ◦ blue 211
Shades of Free Speech Magenta #DA63D3
Tints of Free Speech Magenta #DA63D3
RGB
CMYK
RGB Variations
Color information
#DA63D3 (or 0xDA63D3) is known color: Free Speech Magenta. HEX triplet: DA, 63 and D3. RGB value is (218,99,211). Sum of RGB (Red+Green+Blue) = 218+99+211=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 99 (39.06% from 255 or 18.75% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D3 is #259C2C. Grayscale: #939393. Windows color (decimal): -2464813 or 13853658. OLE color: 13853658.
HSL color Cylindrical-coordinate representation of color #DA63D3: hue angle of 303.53º 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 #DA63D3 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 211 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.15 |
| HSL | 303.53º | 0.62% | 0.62% | - |
| HSV(B) | 303.53º | 0.55% | 0.85% | - |
| XYZ | 45.13 | 28.53 | 64.76 | - |
| YUV | 147.35 | 163.92 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 211 | 0 | 0.55 | 0.03 | 0.15 | 303.53 | 0.62 | 0.62 |
| Hex | DA | 63 | D3 | 0 | 37 | 3 | F | 130 | 3E | 3E |
| Octal | 332 | 143 | 323 | 0 | 67 | 3 | 17 | 460 | 76 | 76 |
| Binary | 11011010 | 1100011 | 11010011 | 0 | 110111 | 11 | 1111 | 100110000 | 111110 | 111110 |
Color Harmonies of #DA63D3
Complementary color
Monochromatic Colors of #DA63D3
Black with #DA63D3
Text Example
Text Example
White with #DA63D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63D3; }
p { color: rgb(218,99,211); }
H1.HeaderClassName
{
color: #DA63D3;
}
.AnyTagClassName
{
color: #DA63D3;
}
</style>
background-color css
<style>
a { background-color: #DA63D3; }
a { background-color: rgb(218,99,211); }
div.DivClassName
{
background-color: #DA63D3;
}
.BgClassName
{
background-color: #DA63D3;
}
</style>
border-color css
<style>
span { border-color: #DA63D3; }
span { border-color: rgb(218,99,211); }
td.TdClassName
{
border-color: #DA63D3;
}
.TagClassName
{
border-color: #DA63D3;
}
</style>