Html Css Color HEX #DA63BC Free Speech Magenta
📋 copy color: '#DA63BC'red 218 ◦ green 99 ◦ blue 188
Shades of Free Speech Magenta #DA63BC
Tints of Free Speech Magenta #DA63BC
RGB
CMYK
RGB Variations
Color information
#DA63BC (or 0xDA63BC) is known color: Free Speech Magenta. HEX triplet: DA, 63 and BC. RGB value is (218,99,188). Sum of RGB (Red+Green+Blue) = 218+99+188=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63BC is #259C43. Grayscale: #909090. Windows color (decimal): -2464836 or 12346330. OLE color: 12346330.
HSL color Cylindrical-coordinate representation of color #DA63BC: hue angle of 315.13º 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 #DA63BC is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 188 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.15 |
| HSL | 315.13º | 0.62% | 0.62% | - |
| HSV(B) | 315.13º | 0.55% | 0.85% | - |
| XYZ | 42.45 | 27.46 | 50.64 | - |
| YUV | 144.73 | 152.42 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 188 | 0 | 0.55 | 0.14 | 0.15 | 315.13 | 0.62 | 0.62 |
| Hex | DA | 63 | BC | 0 | 37 | E | F | 13B | 3E | 3E |
| Octal | 332 | 143 | 274 | 0 | 67 | 16 | 17 | 473 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10111100 | 0 | 110111 | 1110 | 1111 | 100111011 | 111110 | 111110 |
Color Harmonies of #DA63BC
Complementary color
Monochromatic Colors of #DA63BC
Black with #DA63BC
Text Example
Text Example
White with #DA63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63BC; }
p { color: rgb(218,99,188); }
H1.HeaderClassName
{
color: #DA63BC;
}
.AnyTagClassName
{
color: #DA63BC;
}
</style>
background-color css
<style>
a { background-color: #DA63BC; }
a { background-color: rgb(218,99,188); }
div.DivClassName
{
background-color: #DA63BC;
}
.BgClassName
{
background-color: #DA63BC;
}
</style>
border-color css
<style>
span { border-color: #DA63BC; }
span { border-color: rgb(218,99,188); }
td.TdClassName
{
border-color: #DA63BC;
}
.TagClassName
{
border-color: #DA63BC;
}
</style>