Html Css Color HEX #DB4EEA Free Speech Magenta
📋 copy color: '#DB4EEA'red 219 ◦ green 78 ◦ blue 234
Shades of Free Speech Magenta #DB4EEA
Tints of Free Speech Magenta #DB4EEA
RGB
CMYK
RGB Variations
Color information
#DB4EEA (or 0xDB4EEA) is known color: Free Speech Magenta. HEX triplet: DB, 4E and EA. RGB value is (219,78,234). Sum of RGB (Red+Green+Blue) = 219+78+234=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB4EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4EEA is #24B115. Grayscale: #898989. Windows color (decimal): -2404630 or 15355611. OLE color: 15355611.
HSL color Cylindrical-coordinate representation of color #DB4EEA: hue angle of 294.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4EEA is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 78 | 234 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.08 |
| HSL | 294.23º | 0.79% | 0.61% | - |
| HSV(B) | 294.23º | 0.67% | 0.92% | - |
| XYZ | 46.79 | 26.45 | 80.48 | - |
| YUV | 137.94 | 182.21 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 234 | 0.06 | 0.67 | 0 | 0.08 | 294.23 | 0.79 | 0.61 |
| Hex | DB | 4E | EA | 6 | 43 | 0 | 8 | 126 | 4F | 3D |
| Octal | 333 | 116 | 352 | 6 | 103 | 0 | 10 | 446 | 117 | 75 |
| Binary | 11011011 | 1001110 | 11101010 | 110 | 1000011 | 0 | 1000 | 100100110 | 1001111 | 111101 |
Color Harmonies of #DB4EEA
Complementary color
Monochromatic Colors of #DB4EEA
Black with #DB4EEA
Text Example
Text Example
White with #DB4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4EEA; }
p { color: rgb(219,78,234); }
H1.HeaderClassName
{
color: #DB4EEA;
}
.AnyTagClassName
{
color: #DB4EEA;
}
</style>
background-color css
<style>
a { background-color: #DB4EEA; }
a { background-color: rgb(219,78,234); }
div.DivClassName
{
background-color: #DB4EEA;
}
.BgClassName
{
background-color: #DB4EEA;
}
</style>
border-color css
<style>
span { border-color: #DB4EEA; }
span { border-color: rgb(219,78,234); }
td.TdClassName
{
border-color: #DB4EEA;
}
.TagClassName
{
border-color: #DB4EEA;
}
</style>