Html Css Color HEX #DB3DF0 Free Speech Magenta
📋 copy color: '#DB3DF0'red 219 ◦ green 61 ◦ blue 240
Shades of Free Speech Magenta #DB3DF0
Tints of Free Speech Magenta #DB3DF0
RGB
CMYK
RGB Variations
Color information
#DB3DF0 (or 0xDB3DF0) is known color: Free Speech Magenta. HEX triplet: DB, 3D and F0. RGB value is (219,61,240). Sum of RGB (Red+Green+Blue) = 219+61+240=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 61 (24.22% from 255 or 11.73% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB3DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3DF0 is #24C20F. Grayscale: #808080. Windows color (decimal): -2408976 or 15744475. OLE color: 15744475.
HSL color Cylindrical-coordinate representation of color #DB3DF0: hue angle of 292.96º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3DF0 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 61 | 240 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.06 |
| HSL | 292.96º | 0.86% | 0.59% | - |
| HSV(B) | 292.96º | 0.75% | 0.94% | - |
| XYZ | 46.61 | 24.69 | 84.75 | - |
| YUV | 128.65 | 190.85 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 240 | 0.09 | 0.75 | 0 | 0.06 | 292.96 | 0.86 | 0.59 |
| Hex | DB | 3D | F0 | 9 | 4B | 0 | 6 | 125 | 56 | 3B |
| Octal | 333 | 75 | 360 | 11 | 113 | 0 | 6 | 445 | 126 | 73 |
| Binary | 11011011 | 111101 | 11110000 | 1001 | 1001011 | 0 | 110 | 100100101 | 1010110 | 111011 |
Color Harmonies of #DB3DF0
Complementary color
Monochromatic Colors of #DB3DF0
Black with #DB3DF0
Text Example
Text Example
White with #DB3DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DF0; }
p { color: rgb(219,61,240); }
H1.HeaderClassName
{
color: #DB3DF0;
}
.AnyTagClassName
{
color: #DB3DF0;
}
</style>
background-color css
<style>
a { background-color: #DB3DF0; }
a { background-color: rgb(219,61,240); }
div.DivClassName
{
background-color: #DB3DF0;
}
.BgClassName
{
background-color: #DB3DF0;
}
</style>
border-color css
<style>
span { border-color: #DB3DF0; }
span { border-color: rgb(219,61,240); }
td.TdClassName
{
border-color: #DB3DF0;
}
.TagClassName
{
border-color: #DB3DF0;
}
</style>