Html Css Color HEX #DB4DEA Free Speech Magenta
📋 copy color: '#DB4DEA'red 219 ◦ green 77 ◦ blue 234
Shades of Free Speech Magenta #DB4DEA
Tints of Free Speech Magenta #DB4DEA
RGB
CMYK
RGB Variations
Color information
#DB4DEA (or 0xDB4DEA) is known color: Free Speech Magenta. HEX triplet: DB, 4D and EA. RGB value is (219,77,234). Sum of RGB (Red+Green+Blue) = 219+77+234=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 77 (30.47% from 255 or 14.53% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB4DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4DEA is #24B215. Grayscale: #888888. Windows color (decimal): -2404886 or 15355355. OLE color: 15355355.
HSL color Cylindrical-coordinate representation of color #DB4DEA: hue angle of 294.27º 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 #DB4DEA is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 77 | 234 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.08 |
| HSL | 294.27º | 0.79% | 0.61% | - |
| HSV(B) | 294.27º | 0.67% | 0.92% | - |
| XYZ | 46.72 | 26.31 | 80.46 | - |
| YUV | 137.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 234 | 0.06 | 0.67 | 0 | 0.08 | 294.27 | 0.79 | 0.61 |
| Hex | DB | 4D | EA | 6 | 43 | 0 | 8 | 126 | 4F | 3D |
| Octal | 333 | 115 | 352 | 6 | 103 | 0 | 10 | 446 | 117 | 75 |
| Binary | 11011011 | 1001101 | 11101010 | 110 | 1000011 | 0 | 1000 | 100100110 | 1001111 | 111101 |
Color Harmonies of #DB4DEA
Complementary color
Monochromatic Colors of #DB4DEA
Black with #DB4DEA
Text Example
Text Example
White with #DB4DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4DEA; }
p { color: rgb(219,77,234); }
H1.HeaderClassName
{
color: #DB4DEA;
}
.AnyTagClassName
{
color: #DB4DEA;
}
</style>
background-color css
<style>
a { background-color: #DB4DEA; }
a { background-color: rgb(219,77,234); }
div.DivClassName
{
background-color: #DB4DEA;
}
.BgClassName
{
background-color: #DB4DEA;
}
</style>
border-color css
<style>
span { border-color: #DB4DEA; }
span { border-color: rgb(219,77,234); }
td.TdClassName
{
border-color: #DB4DEA;
}
.TagClassName
{
border-color: #DB4DEA;
}
</style>