Html Css Color HEX #DB56F1 Free Speech Magenta
📋 copy color: '#DB56F1'red 219 ◦ green 86 ◦ blue 241
Shades of Free Speech Magenta #DB56F1
Tints of Free Speech Magenta #DB56F1
RGB
CMYK
RGB Variations
Color information
#DB56F1 (or 0xDB56F1) is known color: Free Speech Magenta. HEX triplet: DB, 56 and F1. RGB value is (219,86,241). Sum of RGB (Red+Green+Blue) = 219+86+241=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 86 (33.98% from 255 or 15.75% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB56F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB56F1 is #24A90E. Grayscale: #8E8E8E. Windows color (decimal): -2402575 or 15816411. OLE color: 15816411.
HSL color Cylindrical-coordinate representation of color #DB56F1: hue angle of 291.48º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB56F1 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 86 | 241 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.05 |
| HSL | 291.48º | 0.85% | 0.64% | - |
| HSV(B) | 291.48º | 0.64% | 0.95% | - |
| XYZ | 48.42 | 28.07 | 86.08 | - |
| YUV | 143.44 | 183.06 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 241 | 0.09 | 0.64 | 0 | 0.05 | 291.48 | 0.85 | 0.64 |
| Hex | DB | 56 | F1 | 9 | 40 | 0 | 5 | 123 | 55 | 40 |
| Octal | 333 | 126 | 361 | 11 | 100 | 0 | 5 | 443 | 125 | 100 |
| Binary | 11011011 | 1010110 | 11110001 | 1001 | 1000000 | 0 | 101 | 100100011 | 1010101 | 1000000 |
Color Harmonies of #DB56F1
Complementary color
Monochromatic Colors of #DB56F1
Black with #DB56F1
Text Example
Text Example
White with #DB56F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56F1; }
p { color: rgb(219,86,241); }
H1.HeaderClassName
{
color: #DB56F1;
}
.AnyTagClassName
{
color: #DB56F1;
}
</style>
background-color css
<style>
a { background-color: #DB56F1; }
a { background-color: rgb(219,86,241); }
div.DivClassName
{
background-color: #DB56F1;
}
.BgClassName
{
background-color: #DB56F1;
}
</style>
border-color css
<style>
span { border-color: #DB56F1; }
span { border-color: rgb(219,86,241); }
td.TdClassName
{
border-color: #DB56F1;
}
.TagClassName
{
border-color: #DB56F1;
}
</style>