Html Css Color HEX #DB55F0 Free Speech Magenta
📋 copy color: '#DB55F0'red 219 ◦ green 85 ◦ blue 240
Shades of Free Speech Magenta #DB55F0
Tints of Free Speech Magenta #DB55F0
RGB
CMYK
RGB Variations
Color information
#DB55F0 (or 0xDB55F0) is known color: Free Speech Magenta. HEX triplet: DB, 55 and F0. RGB value is (219,85,240). Sum of RGB (Red+Green+Blue) = 219+85+240=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB55F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB55F0 is #24AA0F. Grayscale: #8E8E8E. Windows color (decimal): -2402832 or 15750619. OLE color: 15750619.
HSL color Cylindrical-coordinate representation of color #DB55F0: hue angle of 291.87º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB55F0 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 85 | 240 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.06 |
| HSL | 291.87º | 0.84% | 0.64% | - |
| HSV(B) | 291.87º | 0.65% | 0.94% | - |
| XYZ | 48.19 | 27.85 | 85.27 | - |
| YUV | 142.74 | 182.89 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 240 | 0.09 | 0.65 | 0 | 0.06 | 291.87 | 0.84 | 0.64 |
| Hex | DB | 55 | F0 | 9 | 41 | 0 | 6 | 124 | 54 | 40 |
| Octal | 333 | 125 | 360 | 11 | 101 | 0 | 6 | 444 | 124 | 100 |
| Binary | 11011011 | 1010101 | 11110000 | 1001 | 1000001 | 0 | 110 | 100100100 | 1010100 | 1000000 |
Color Harmonies of #DB55F0
Complementary color
Monochromatic Colors of #DB55F0
Black with #DB55F0
Text Example
Text Example
White with #DB55F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55F0; }
p { color: rgb(219,85,240); }
H1.HeaderClassName
{
color: #DB55F0;
}
.AnyTagClassName
{
color: #DB55F0;
}
</style>
background-color css
<style>
a { background-color: #DB55F0; }
a { background-color: rgb(219,85,240); }
div.DivClassName
{
background-color: #DB55F0;
}
.BgClassName
{
background-color: #DB55F0;
}
</style>
border-color css
<style>
span { border-color: #DB55F0; }
span { border-color: rgb(219,85,240); }
td.TdClassName
{
border-color: #DB55F0;
}
.TagClassName
{
border-color: #DB55F0;
}
</style>