Html Css Color HEX #DA63C4 Free Speech Magenta
📋 copy color: '#DA63C4'red 218 ◦ green 99 ◦ blue 196
Shades of Free Speech Magenta #DA63C4
Tints of Free Speech Magenta #DA63C4
RGB
CMYK
RGB Variations
Color information
#DA63C4 (or 0xDA63C4) is known color: Free Speech Magenta. HEX triplet: DA, 63 and C4. RGB value is (218,99,196). Sum of RGB (Red+Green+Blue) = 218+99+196=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63C4 is #259C3B. Grayscale: #919191. Windows color (decimal): -2464828 or 12870618. OLE color: 12870618.
HSL color Cylindrical-coordinate representation of color #DA63C4: hue angle of 311.09º 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 #DA63C4 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 196 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.15 |
| HSL | 311.09º | 0.62% | 0.62% | - |
| HSV(B) | 311.09º | 0.55% | 0.85% | - |
| XYZ | 43.34 | 27.81 | 55.31 | - |
| YUV | 145.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 196 | 0 | 0.55 | 0.10 | 0.15 | 311.09 | 0.62 | 0.62 |
| Hex | DA | 63 | C4 | 0 | 37 | A | F | 137 | 3E | 3E |
| Octal | 332 | 143 | 304 | 0 | 67 | 12 | 17 | 467 | 76 | 76 |
| Binary | 11011010 | 1100011 | 11000100 | 0 | 110111 | 1010 | 1111 | 100110111 | 111110 | 111110 |
Color Harmonies of #DA63C4
Complementary color
Monochromatic Colors of #DA63C4
Black with #DA63C4
Text Example
Text Example
White with #DA63C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63C4; }
p { color: rgb(218,99,196); }
H1.HeaderClassName
{
color: #DA63C4;
}
.AnyTagClassName
{
color: #DA63C4;
}
</style>
background-color css
<style>
a { background-color: #DA63C4; }
a { background-color: rgb(218,99,196); }
div.DivClassName
{
background-color: #DA63C4;
}
.BgClassName
{
background-color: #DA63C4;
}
</style>
border-color css
<style>
span { border-color: #DA63C4; }
span { border-color: rgb(218,99,196); }
td.TdClassName
{
border-color: #DA63C4;
}
.TagClassName
{
border-color: #DA63C4;
}
</style>