Html Css Color HEX #DB53DF Free Speech Magenta
📋 copy color: '#DB53DF'red 219 ◦ green 83 ◦ blue 223
Shades of Free Speech Magenta #DB53DF
Tints of Free Speech Magenta #DB53DF
RGB
CMYK
RGB Variations
Color information
#DB53DF (or 0xDB53DF) is known color: Free Speech Magenta. HEX triplet: DB, 53 and DF. RGB value is (219,83,223). Sum of RGB (Red+Green+Blue) = 219+83+223=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB53DF is #24AC20. Grayscale: #8B8B8B. Windows color (decimal): -2403361 or 14635995. OLE color: 14635995.
HSL color Cylindrical-coordinate representation of color #DB53DF: hue angle of 298.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB53DF is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 83 | 223 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.13 |
| HSL | 298.29º | 0.69% | 0.6% | - |
| HSV(B) | 298.29º | 0.63% | 0.87% | - |
| XYZ | 45.63 | 26.57 | 72.54 | - |
| YUV | 139.62 | 175.06 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 223 | 0.02 | 0.63 | 0 | 0.13 | 298.29 | 0.69 | 0.6 |
| Hex | DB | 53 | DF | 2 | 3F | 0 | D | 12A | 45 | 3C |
| Octal | 333 | 123 | 337 | 2 | 77 | 0 | 15 | 452 | 105 | 74 |
| Binary | 11011011 | 1010011 | 11011111 | 10 | 111111 | 0 | 1101 | 100101010 | 1000101 | 111100 |
Color Harmonies of #DB53DF
Complementary color
Monochromatic Colors of #DB53DF
Black with #DB53DF
Text Example
Text Example
White with #DB53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53DF; }
p { color: rgb(219,83,223); }
H1.HeaderClassName
{
color: #DB53DF;
}
.AnyTagClassName
{
color: #DB53DF;
}
</style>
background-color css
<style>
a { background-color: #DB53DF; }
a { background-color: rgb(219,83,223); }
div.DivClassName
{
background-color: #DB53DF;
}
.BgClassName
{
background-color: #DB53DF;
}
</style>
border-color css
<style>
span { border-color: #DB53DF; }
span { border-color: rgb(219,83,223); }
td.TdClassName
{
border-color: #DB53DF;
}
.TagClassName
{
border-color: #DB53DF;
}
</style>