Html Css Color HEX #DB30EC Free Speech Magenta
📋 copy color: '#DB30EC'red 219 ◦ green 48 ◦ blue 236
Shades of Free Speech Magenta #DB30EC
Tints of Free Speech Magenta #DB30EC
RGB
CMYK
RGB Variations
Color information
#DB30EC (or 0xDB30EC) is known color: Free Speech Magenta. HEX triplet: DB, 30 and EC. RGB value is (219,48,236). Sum of RGB (Red+Green+Blue) = 219+48+236=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB30EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB30EC is #24CF13. Grayscale: #777777. Windows color (decimal): -2412308 or 15479003. OLE color: 15479003.
HSL color Cylindrical-coordinate representation of color #DB30EC: hue angle of 294.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB30EC is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 48 | 236 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.07 |
| HSL | 294.57º | 0.83% | 0.56% | - |
| HSV(B) | 294.57º | 0.8% | 0.93% | - |
| XYZ | 45.41 | 23.23 | 81.45 | - |
| YUV | 120.56 | 193.15 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 236 | 0.07 | 0.80 | 0 | 0.07 | 294.57 | 0.83 | 0.56 |
| Hex | DB | 30 | EC | 7 | 50 | 0 | 7 | 127 | 53 | 38 |
| Octal | 333 | 60 | 354 | 7 | 120 | 0 | 7 | 447 | 123 | 70 |
| Binary | 11011011 | 110000 | 11101100 | 111 | 1010000 | 0 | 111 | 100100111 | 1010011 | 111000 |
Color Harmonies of #DB30EC
Complementary color
Monochromatic Colors of #DB30EC
Black with #DB30EC
Text Example
Text Example
White with #DB30EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB30EC; }
p { color: rgb(219,48,236); }
H1.HeaderClassName
{
color: #DB30EC;
}
.AnyTagClassName
{
color: #DB30EC;
}
</style>
background-color css
<style>
a { background-color: #DB30EC; }
a { background-color: rgb(219,48,236); }
div.DivClassName
{
background-color: #DB30EC;
}
.BgClassName
{
background-color: #DB30EC;
}
</style>
border-color css
<style>
span { border-color: #DB30EC; }
span { border-color: rgb(219,48,236); }
td.TdClassName
{
border-color: #DB30EC;
}
.TagClassName
{
border-color: #DB30EC;
}
</style>