Html Css Color HEX #DB53F1 Free Speech Magenta
📋 copy color: '#DB53F1'red 219 ◦ green 83 ◦ blue 241
Shades of Free Speech Magenta #DB53F1
Tints of Free Speech Magenta #DB53F1
RGB
CMYK
RGB Variations
Color information
#DB53F1 (or 0xDB53F1) is known color: Free Speech Magenta. HEX triplet: DB, 53 and F1. RGB value is (219,83,241). Sum of RGB (Red+Green+Blue) = 219+83+241=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB53F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53F1 is #24AC0E. Grayscale: #8D8D8D. Windows color (decimal): -2403343 or 15815643. OLE color: 15815643.
HSL color Cylindrical-coordinate representation of color #DB53F1: hue angle of 291.65º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB53F1 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 83 | 241 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.05 |
| HSL | 291.65º | 0.85% | 0.64% | - |
| HSV(B) | 291.65º | 0.66% | 0.95% | - |
| XYZ | 48.18 | 27.6 | 86.01 | - |
| YUV | 141.68 | 184.06 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 241 | 0.09 | 0.66 | 0 | 0.05 | 291.65 | 0.85 | 0.64 |
| Hex | DB | 53 | F1 | 9 | 42 | 0 | 5 | 124 | 55 | 40 |
| Octal | 333 | 123 | 361 | 11 | 102 | 0 | 5 | 444 | 125 | 100 |
| Binary | 11011011 | 1010011 | 11110001 | 1001 | 1000010 | 0 | 101 | 100100100 | 1010101 | 1000000 |
Color Harmonies of #DB53F1
Complementary color
Monochromatic Colors of #DB53F1
Black with #DB53F1
Text Example
Text Example
White with #DB53F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53F1; }
p { color: rgb(219,83,241); }
H1.HeaderClassName
{
color: #DB53F1;
}
.AnyTagClassName
{
color: #DB53F1;
}
</style>
background-color css
<style>
a { background-color: #DB53F1; }
a { background-color: rgb(219,83,241); }
div.DivClassName
{
background-color: #DB53F1;
}
.BgClassName
{
background-color: #DB53F1;
}
</style>
border-color css
<style>
span { border-color: #DB53F1; }
span { border-color: rgb(219,83,241); }
td.TdClassName
{
border-color: #DB53F1;
}
.TagClassName
{
border-color: #DB53F1;
}
</style>