Html Css Color HEX #DA63D4 Free Speech Magenta
📋 copy color: '#DA63D4'red 218 ◦ green 99 ◦ blue 212
Shades of Free Speech Magenta #DA63D4
Tints of Free Speech Magenta #DA63D4
RGB
CMYK
RGB Variations
Color information
#DA63D4 (or 0xDA63D4) is known color: Free Speech Magenta. HEX triplet: DA, 63 and D4. RGB value is (218,99,212). Sum of RGB (Red+Green+Blue) = 218+99+212=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63D4 is #259C2B. Grayscale: #939393. Windows color (decimal): -2464812 or 13919194. OLE color: 13919194.
HSL color Cylindrical-coordinate representation of color #DA63D4: hue angle of 303.03º 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 #DA63D4 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 212 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.15 |
| HSL | 303.03º | 0.62% | 0.62% | - |
| HSV(B) | 303.03º | 0.55% | 0.85% | - |
| XYZ | 45.26 | 28.58 | 65.42 | - |
| YUV | 147.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 212 | 0 | 0.55 | 0.03 | 0.15 | 303.03 | 0.62 | 0.62 |
| Hex | DA | 63 | D4 | 0 | 37 | 3 | F | 12F | 3E | 3E |
| Octal | 332 | 143 | 324 | 0 | 67 | 3 | 17 | 457 | 76 | 76 |
| Binary | 11011010 | 1100011 | 11010100 | 0 | 110111 | 11 | 1111 | 100101111 | 111110 | 111110 |
Color Harmonies of #DA63D4
Complementary color
Monochromatic Colors of #DA63D4
Black with #DA63D4
Text Example
Text Example
White with #DA63D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63D4; }
p { color: rgb(218,99,212); }
H1.HeaderClassName
{
color: #DA63D4;
}
.AnyTagClassName
{
color: #DA63D4;
}
</style>
background-color css
<style>
a { background-color: #DA63D4; }
a { background-color: rgb(218,99,212); }
div.DivClassName
{
background-color: #DA63D4;
}
.BgClassName
{
background-color: #DA63D4;
}
</style>
border-color css
<style>
span { border-color: #DA63D4; }
span { border-color: rgb(218,99,212); }
td.TdClassName
{
border-color: #DA63D4;
}
.TagClassName
{
border-color: #DA63D4;
}
</style>