Html Css Color HEX #DB49F0 Free Speech Magenta
📋 copy color: '#DB49F0'red 219 ◦ green 73 ◦ blue 240
Shades of Free Speech Magenta #DB49F0
Tints of Free Speech Magenta #DB49F0
RGB
CMYK
RGB Variations
Color information
#DB49F0 (or 0xDB49F0) is known color: Free Speech Magenta. HEX triplet: DB, 49 and F0. RGB value is (219,73,240). Sum of RGB (Red+Green+Blue) = 219+73+240=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 73 (28.91% from 255 or 13.72% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB49F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB49F0 is #24B60F. Grayscale: #878787. Windows color (decimal): -2405904 or 15747547. OLE color: 15747547.
HSL color Cylindrical-coordinate representation of color #DB49F0: hue angle of 292.46º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB49F0 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 73 | 240 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.06 |
| HSL | 292.46º | 0.85% | 0.61% | - |
| HSV(B) | 292.46º | 0.7% | 0.94% | - |
| XYZ | 47.32 | 26.12 | 84.98 | - |
| YUV | 135.69 | 186.87 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 240 | 0.09 | 0.70 | 0 | 0.06 | 292.46 | 0.85 | 0.61 |
| Hex | DB | 49 | F0 | 9 | 46 | 0 | 6 | 124 | 55 | 3D |
| Octal | 333 | 111 | 360 | 11 | 106 | 0 | 6 | 444 | 125 | 75 |
| Binary | 11011011 | 1001001 | 11110000 | 1001 | 1000110 | 0 | 110 | 100100100 | 1010101 | 111101 |
Color Harmonies of #DB49F0
Complementary color
Monochromatic Colors of #DB49F0
Black with #DB49F0
Text Example
Text Example
White with #DB49F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB49F0; }
p { color: rgb(219,73,240); }
H1.HeaderClassName
{
color: #DB49F0;
}
.AnyTagClassName
{
color: #DB49F0;
}
</style>
background-color css
<style>
a { background-color: #DB49F0; }
a { background-color: rgb(219,73,240); }
div.DivClassName
{
background-color: #DB49F0;
}
.BgClassName
{
background-color: #DB49F0;
}
</style>
border-color css
<style>
span { border-color: #DB49F0; }
span { border-color: rgb(219,73,240); }
td.TdClassName
{
border-color: #DB49F0;
}
.TagClassName
{
border-color: #DB49F0;
}
</style>