Html Css Color HEX #DB3DF1 Free Speech Magenta
📋 copy color: '#DB3DF1'red 219 ◦ green 61 ◦ blue 241
Shades of Free Speech Magenta #DB3DF1
Tints of Free Speech Magenta #DB3DF1
RGB
CMYK
RGB Variations
Color information
#DB3DF1 (or 0xDB3DF1) is known color: Free Speech Magenta. HEX triplet: DB, 3D and F1. RGB value is (219,61,241). Sum of RGB (Red+Green+Blue) = 219+61+241=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 61 (24.22% from 255 or 11.71% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB3DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3DF1 is #24C20E. Grayscale: #808080. Windows color (decimal): -2408975 or 15810011. OLE color: 15810011.
HSL color Cylindrical-coordinate representation of color #DB3DF1: hue angle of 292.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3DF1 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 61 | 241 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.05 |
| HSL | 292.67º | 0.87% | 0.59% | - |
| HSV(B) | 292.67º | 0.75% | 0.95% | - |
| XYZ | 46.76 | 24.75 | 85.53 | - |
| YUV | 128.76 | 191.35 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 241 | 0.09 | 0.75 | 0 | 0.05 | 292.67 | 0.87 | 0.59 |
| Hex | DB | 3D | F1 | 9 | 4B | 0 | 5 | 125 | 57 | 3B |
| Octal | 333 | 75 | 361 | 11 | 113 | 0 | 5 | 445 | 127 | 73 |
| Binary | 11011011 | 111101 | 11110001 | 1001 | 1001011 | 0 | 101 | 100100101 | 1010111 | 111011 |
Color Harmonies of #DB3DF1
Complementary color
Monochromatic Colors of #DB3DF1
Black with #DB3DF1
Text Example
Text Example
White with #DB3DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3DF1; }
p { color: rgb(219,61,241); }
H1.HeaderClassName
{
color: #DB3DF1;
}
.AnyTagClassName
{
color: #DB3DF1;
}
</style>
background-color css
<style>
a { background-color: #DB3DF1; }
a { background-color: rgb(219,61,241); }
div.DivClassName
{
background-color: #DB3DF1;
}
.BgClassName
{
background-color: #DB3DF1;
}
</style>
border-color css
<style>
span { border-color: #DB3DF1; }
span { border-color: rgb(219,61,241); }
td.TdClassName
{
border-color: #DB3DF1;
}
.TagClassName
{
border-color: #DB3DF1;
}
</style>