Html Css Color HEX #DB5FE0 Free Speech Magenta
📋 copy color: '#DB5FE0'red 219 ◦ green 95 ◦ blue 224
Shades of Free Speech Magenta #DB5FE0
Tints of Free Speech Magenta #DB5FE0
RGB
CMYK
RGB Variations
Color information
#DB5FE0 (or 0xDB5FE0) is known color: Free Speech Magenta. HEX triplet: DB, 5F and E0. RGB value is (219,95,224). Sum of RGB (Red+Green+Blue) = 219+95+224=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 95 (37.5% from 255 or 17.66% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB5FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FE0 is #24A01F. Grayscale: #929292. Windows color (decimal): -2400288 or 14704603. OLE color: 14704603.
HSL color Cylindrical-coordinate representation of color #DB5FE0: hue angle of 297.67º 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 #DB5FE0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 95 | 224 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.12 |
| HSL | 297.67º | 0.68% | 0.63% | - |
| HSV(B) | 297.67º | 0.58% | 0.88% | - |
| XYZ | 46.76 | 28.63 | 73.58 | - |
| YUV | 146.78 | 171.58 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 224 | 0.02 | 0.58 | 0 | 0.12 | 297.67 | 0.68 | 0.63 |
| Hex | DB | 5F | E0 | 2 | 3A | 0 | C | 12A | 44 | 3F |
| Octal | 333 | 137 | 340 | 2 | 72 | 0 | 14 | 452 | 104 | 77 |
| Binary | 11011011 | 1011111 | 11100000 | 10 | 111010 | 0 | 1100 | 100101010 | 1000100 | 111111 |
Color Harmonies of #DB5FE0
Complementary color
Monochromatic Colors of #DB5FE0
Black with #DB5FE0
Text Example
Text Example
White with #DB5FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FE0; }
p { color: rgb(219,95,224); }
H1.HeaderClassName
{
color: #DB5FE0;
}
.AnyTagClassName
{
color: #DB5FE0;
}
</style>
background-color css
<style>
a { background-color: #DB5FE0; }
a { background-color: rgb(219,95,224); }
div.DivClassName
{
background-color: #DB5FE0;
}
.BgClassName
{
background-color: #DB5FE0;
}
</style>
border-color css
<style>
span { border-color: #DB5FE0; }
span { border-color: rgb(219,95,224); }
td.TdClassName
{
border-color: #DB5FE0;
}
.TagClassName
{
border-color: #DB5FE0;
}
</style>