Html Css Color HEX #DB3BE1 Free Speech Magenta
📋 copy color: '#DB3BE1'red 219 ◦ green 59 ◦ blue 225
Shades of Free Speech Magenta #DB3BE1
Tints of Free Speech Magenta #DB3BE1
RGB
CMYK
RGB Variations
Color information
#DB3BE1 (or 0xDB3BE1) is known color: Free Speech Magenta. HEX triplet: DB, 3B and E1. RGB value is (219,59,225). Sum of RGB (Red+Green+Blue) = 219+59+225=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB3BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3BE1 is #24C41E. Grayscale: #7D7D7D. Windows color (decimal): -2409503 or 14760923. OLE color: 14760923.
HSL color Cylindrical-coordinate representation of color #DB3BE1: hue angle of 297.83º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3BE1 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 59 | 225 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.12 |
| HSL | 297.83º | 0.73% | 0.56% | - |
| HSV(B) | 297.83º | 0.74% | 0.88% | - |
| XYZ | 44.37 | 23.62 | 73.46 | - |
| YUV | 125.76 | 184.01 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 225 | 0.03 | 0.74 | 0 | 0.12 | 297.83 | 0.73 | 0.56 |
| Hex | DB | 3B | E1 | 3 | 4A | 0 | C | 12A | 49 | 38 |
| Octal | 333 | 73 | 341 | 3 | 112 | 0 | 14 | 452 | 111 | 70 |
| Binary | 11011011 | 111011 | 11100001 | 11 | 1001010 | 0 | 1100 | 100101010 | 1001001 | 111000 |
Color Harmonies of #DB3BE1
Complementary color
Monochromatic Colors of #DB3BE1
Black with #DB3BE1
Text Example
Text Example
White with #DB3BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BE1; }
p { color: rgb(219,59,225); }
H1.HeaderClassName
{
color: #DB3BE1;
}
.AnyTagClassName
{
color: #DB3BE1;
}
</style>
background-color css
<style>
a { background-color: #DB3BE1; }
a { background-color: rgb(219,59,225); }
div.DivClassName
{
background-color: #DB3BE1;
}
.BgClassName
{
background-color: #DB3BE1;
}
</style>
border-color css
<style>
span { border-color: #DB3BE1; }
span { border-color: rgb(219,59,225); }
td.TdClassName
{
border-color: #DB3BE1;
}
.TagClassName
{
border-color: #DB3BE1;
}
</style>