Html Css Color HEX #DA63BD Free Speech Magenta
📋 copy color: '#DA63BD'red 218 ◦ green 99 ◦ blue 189
Shades of Free Speech Magenta #DA63BD
Tints of Free Speech Magenta #DA63BD
RGB
CMYK
RGB Variations
Color information
#DA63BD (or 0xDA63BD) is known color: Free Speech Magenta. HEX triplet: DA, 63 and BD. RGB value is (218,99,189). Sum of RGB (Red+Green+Blue) = 218+99+189=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63BD is #259C42. Grayscale: #909090. Windows color (decimal): -2464835 or 12411866. OLE color: 12411866.
HSL color Cylindrical-coordinate representation of color #DA63BD: hue angle of 314.62º 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 #DA63BD is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 189 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.15 |
| HSL | 314.62º | 0.62% | 0.62% | - |
| HSV(B) | 314.62º | 0.55% | 0.85% | - |
| XYZ | 42.56 | 27.5 | 51.21 | - |
| YUV | 144.84 | 152.92 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 189 | 0 | 0.55 | 0.13 | 0.15 | 314.62 | 0.62 | 0.62 |
| Hex | DA | 63 | BD | 0 | 37 | D | F | 13B | 3E | 3E |
| Octal | 332 | 143 | 275 | 0 | 67 | 15 | 17 | 473 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10111101 | 0 | 110111 | 1101 | 1111 | 100111011 | 111110 | 111110 |
Color Harmonies of #DA63BD
Complementary color
Monochromatic Colors of #DA63BD
Black with #DA63BD
Text Example
Text Example
White with #DA63BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63BD; }
p { color: rgb(218,99,189); }
H1.HeaderClassName
{
color: #DA63BD;
}
.AnyTagClassName
{
color: #DA63BD;
}
</style>
background-color css
<style>
a { background-color: #DA63BD; }
a { background-color: rgb(218,99,189); }
div.DivClassName
{
background-color: #DA63BD;
}
.BgClassName
{
background-color: #DA63BD;
}
</style>
border-color css
<style>
span { border-color: #DA63BD; }
span { border-color: rgb(218,99,189); }
td.TdClassName
{
border-color: #DA63BD;
}
.TagClassName
{
border-color: #DA63BD;
}
</style>