Html Css Color HEX #DB5FEA Free Speech Magenta
📋 copy color: '#DB5FEA'red 219 ◦ green 95 ◦ blue 234
Shades of Free Speech Magenta #DB5FEA
Tints of Free Speech Magenta #DB5FEA
RGB
CMYK
RGB Variations
Color information
#DB5FEA (or 0xDB5FEA) is known color: Free Speech Magenta. HEX triplet: DB, 5F and EA. RGB value is (219,95,234). Sum of RGB (Red+Green+Blue) = 219+95+234=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB5FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5FEA is #24A015. Grayscale: #939393. Windows color (decimal): -2400278 or 15359963. OLE color: 15359963.
HSL color Cylindrical-coordinate representation of color #DB5FEA: hue angle of 293.53º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5FEA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 95 | 234 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.08 |
| HSL | 293.53º | 0.77% | 0.65% | - |
| HSV(B) | 293.53º | 0.59% | 0.92% | - |
| XYZ | 48.16 | 29.19 | 80.94 | - |
| YUV | 147.92 | 176.58 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 234 | 0.06 | 0.59 | 0 | 0.08 | 293.53 | 0.77 | 0.65 |
| Hex | DB | 5F | EA | 6 | 3B | 0 | 8 | 126 | 4D | 41 |
| Octal | 333 | 137 | 352 | 6 | 73 | 0 | 10 | 446 | 115 | 101 |
| Binary | 11011011 | 1011111 | 11101010 | 110 | 111011 | 0 | 1000 | 100100110 | 1001101 | 1000001 |
Color Harmonies of #DB5FEA
Complementary color
Monochromatic Colors of #DB5FEA
Black with #DB5FEA
Text Example
Text Example
White with #DB5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FEA; }
p { color: rgb(219,95,234); }
H1.HeaderClassName
{
color: #DB5FEA;
}
.AnyTagClassName
{
color: #DB5FEA;
}
</style>
background-color css
<style>
a { background-color: #DB5FEA; }
a { background-color: rgb(219,95,234); }
div.DivClassName
{
background-color: #DB5FEA;
}
.BgClassName
{
background-color: #DB5FEA;
}
</style>
border-color css
<style>
span { border-color: #DB5FEA; }
span { border-color: rgb(219,95,234); }
td.TdClassName
{
border-color: #DB5FEA;
}
.TagClassName
{
border-color: #DB5FEA;
}
</style>