Html Css Color HEX #DA5DBA Free Speech Magenta
📋 copy color: '#DA5DBA'red 218 ◦ green 93 ◦ blue 186
Shades of Free Speech Magenta #DA5DBA
Tints of Free Speech Magenta #DA5DBA
RGB
CMYK
RGB Variations
Color information
#DA5DBA (or 0xDA5DBA) is known color: Free Speech Magenta. HEX triplet: DA, 5D and BA. RGB value is (218,93,186). Sum of RGB (Red+Green+Blue) = 218+93+186=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA5DBA is #25A245. Grayscale: #8C8C8C. Windows color (decimal): -2466374 or 12213722. OLE color: 12213722.
HSL color Cylindrical-coordinate representation of color #DA5DBA: hue angle of 315.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA5DBA is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 93 | 186 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.15 |
| HSL | 315.36º | 0.63% | 0.61% | - |
| HSV(B) | 315.36º | 0.57% | 0.85% | - |
| XYZ | 41.69 | 26.28 | 49.33 | - |
| YUV | 140.98 | 153.41 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 93 | 186 | 0 | 0.57 | 0.15 | 0.15 | 315.36 | 0.63 | 0.61 |
| Hex | DA | 5D | BA | 0 | 39 | F | F | 13B | 3F | 3D |
| Octal | 332 | 135 | 272 | 0 | 71 | 17 | 17 | 473 | 77 | 75 |
| Binary | 11011010 | 1011101 | 10111010 | 0 | 111001 | 1111 | 1111 | 100111011 | 111111 | 111101 |
Color Harmonies of #DA5DBA
Complementary color
Monochromatic Colors of #DA5DBA
Black with #DA5DBA
Text Example
Text Example
White with #DA5DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5DBA; }
p { color: rgb(218,93,186); }
H1.HeaderClassName
{
color: #DA5DBA;
}
.AnyTagClassName
{
color: #DA5DBA;
}
</style>
background-color css
<style>
a { background-color: #DA5DBA; }
a { background-color: rgb(218,93,186); }
div.DivClassName
{
background-color: #DA5DBA;
}
.BgClassName
{
background-color: #DA5DBA;
}
</style>
border-color css
<style>
span { border-color: #DA5DBA; }
span { border-color: rgb(218,93,186); }
td.TdClassName
{
border-color: #DA5DBA;
}
.TagClassName
{
border-color: #DA5DBA;
}
</style>