Html Css Color HEX #DB5FE1 Free Speech Magenta
📋 copy color: '#DB5FE1'red 219 ◦ green 95 ◦ blue 225
Shades of Free Speech Magenta #DB5FE1
Tints of Free Speech Magenta #DB5FE1
RGB
CMYK
RGB Variations
Color information
#DB5FE1 (or 0xDB5FE1) is known color: Free Speech Magenta. HEX triplet: DB, 5F and E1. RGB value is (219,95,225). Sum of RGB (Red+Green+Blue) = 219+95+225=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB5FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FE1 is #24A01E. Grayscale: #929292. Windows color (decimal): -2400287 or 14770139. OLE color: 14770139.
HSL color Cylindrical-coordinate representation of color #DB5FE1: hue angle of 297.23º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5FE1 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 95 | 225 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.12 |
| HSL | 297.23º | 0.68% | 0.63% | - |
| HSV(B) | 297.23º | 0.58% | 0.88% | - |
| XYZ | 46.9 | 28.68 | 74.3 | - |
| YUV | 146.9 | 172.08 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 225 | 0.03 | 0.58 | 0 | 0.12 | 297.23 | 0.68 | 0.63 |
| Hex | DB | 5F | E1 | 3 | 3A | 0 | C | 129 | 44 | 3F |
| Octal | 333 | 137 | 341 | 3 | 72 | 0 | 14 | 451 | 104 | 77 |
| Binary | 11011011 | 1011111 | 11100001 | 11 | 111010 | 0 | 1100 | 100101001 | 1000100 | 111111 |
Color Harmonies of #DB5FE1
Complementary color
Monochromatic Colors of #DB5FE1
Black with #DB5FE1
Text Example
Text Example
White with #DB5FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FE1; }
p { color: rgb(219,95,225); }
H1.HeaderClassName
{
color: #DB5FE1;
}
.AnyTagClassName
{
color: #DB5FE1;
}
</style>
background-color css
<style>
a { background-color: #DB5FE1; }
a { background-color: rgb(219,95,225); }
div.DivClassName
{
background-color: #DB5FE1;
}
.BgClassName
{
background-color: #DB5FE1;
}
</style>
border-color css
<style>
span { border-color: #DB5FE1; }
span { border-color: rgb(219,95,225); }
td.TdClassName
{
border-color: #DB5FE1;
}
.TagClassName
{
border-color: #DB5FE1;
}
</style>