Html Css Color HEX #DB51EA Free Speech Magenta
📋 copy color: '#DB51EA'red 219 ◦ green 81 ◦ blue 234
Shades of Free Speech Magenta #DB51EA
Tints of Free Speech Magenta #DB51EA
RGB
CMYK
RGB Variations
Color information
#DB51EA (or 0xDB51EA) is known color: Free Speech Magenta. HEX triplet: DB, 51 and EA. RGB value is (219,81,234). Sum of RGB (Red+Green+Blue) = 219+81+234=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB51EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB51EA is #24AE15. Grayscale: #8B8B8B. Windows color (decimal): -2403862 or 15356379. OLE color: 15356379.
HSL color Cylindrical-coordinate representation of color #DB51EA: hue angle of 294.12º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB51EA is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 81 | 234 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.08 |
| HSL | 294.12º | 0.78% | 0.62% | - |
| HSV(B) | 294.12º | 0.65% | 0.92% | - |
| XYZ | 47.01 | 26.89 | 80.55 | - |
| YUV | 139.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 81 | 234 | 0.06 | 0.65 | 0 | 0.08 | 294.12 | 0.78 | 0.62 |
| Hex | DB | 51 | EA | 6 | 41 | 0 | 8 | 126 | 4E | 3E |
| Octal | 333 | 121 | 352 | 6 | 101 | 0 | 10 | 446 | 116 | 76 |
| Binary | 11011011 | 1010001 | 11101010 | 110 | 1000001 | 0 | 1000 | 100100110 | 1001110 | 111110 |
Color Harmonies of #DB51EA
Complementary color
Monochromatic Colors of #DB51EA
Black with #DB51EA
Text Example
Text Example
White with #DB51EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB51EA; }
p { color: rgb(219,81,234); }
H1.HeaderClassName
{
color: #DB51EA;
}
.AnyTagClassName
{
color: #DB51EA;
}
</style>
background-color css
<style>
a { background-color: #DB51EA; }
a { background-color: rgb(219,81,234); }
div.DivClassName
{
background-color: #DB51EA;
}
.BgClassName
{
background-color: #DB51EA;
}
</style>
border-color css
<style>
span { border-color: #DB51EA; }
span { border-color: rgb(219,81,234); }
td.TdClassName
{
border-color: #DB51EA;
}
.TagClassName
{
border-color: #DB51EA;
}
</style>