Html Css Color HEX #DB41EA Free Speech Magenta
📋 copy color: '#DB41EA'red 219 ◦ green 65 ◦ blue 234
Shades of Free Speech Magenta #DB41EA
Tints of Free Speech Magenta #DB41EA
RGB
CMYK
RGB Variations
Color information
#DB41EA (or 0xDB41EA) is known color: Free Speech Magenta. HEX triplet: DB, 41 and EA. RGB value is (219,65,234). Sum of RGB (Red+Green+Blue) = 219+65+234=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 65 (25.78% from 255 or 12.55% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB41EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41EA is #24BE15. Grayscale: #818181. Windows color (decimal): -2407958 or 15352283. OLE color: 15352283.
HSL color Cylindrical-coordinate representation of color #DB41EA: hue angle of 294.67º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB41EA is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 65 | 234 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.08 |
| HSL | 294.67º | 0.8% | 0.59% | - |
| HSV(B) | 294.67º | 0.72% | 0.92% | - |
| XYZ | 45.96 | 24.78 | 80.2 | - |
| YUV | 130.31 | 186.52 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 234 | 0.06 | 0.72 | 0 | 0.08 | 294.67 | 0.8 | 0.59 |
| Hex | DB | 41 | EA | 6 | 48 | 0 | 8 | 127 | 50 | 3B |
| Octal | 333 | 101 | 352 | 6 | 110 | 0 | 10 | 447 | 120 | 73 |
| Binary | 11011011 | 1000001 | 11101010 | 110 | 1001000 | 0 | 1000 | 100100111 | 1010000 | 111011 |
Color Harmonies of #DB41EA
Complementary color
Monochromatic Colors of #DB41EA
Black with #DB41EA
Text Example
Text Example
White with #DB41EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41EA; }
p { color: rgb(219,65,234); }
H1.HeaderClassName
{
color: #DB41EA;
}
.AnyTagClassName
{
color: #DB41EA;
}
</style>
background-color css
<style>
a { background-color: #DB41EA; }
a { background-color: rgb(219,65,234); }
div.DivClassName
{
background-color: #DB41EA;
}
.BgClassName
{
background-color: #DB41EA;
}
</style>
border-color css
<style>
span { border-color: #DB41EA; }
span { border-color: rgb(219,65,234); }
td.TdClassName
{
border-color: #DB41EA;
}
.TagClassName
{
border-color: #DB41EA;
}
</style>