Html Css Color HEX #DB48EC Free Speech Magenta
📋 copy color: '#DB48EC'red 219 ◦ green 72 ◦ blue 236
Shades of Free Speech Magenta #DB48EC
Tints of Free Speech Magenta #DB48EC
RGB
CMYK
RGB Variations
Color information
#DB48EC (or 0xDB48EC) is known color: Free Speech Magenta. HEX triplet: DB, 48 and EC. RGB value is (219,72,236). Sum of RGB (Red+Green+Blue) = 219+72+236=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 72 (28.52% from 255 or 13.66% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB48EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48EC is #24B713. Grayscale: #868686. Windows color (decimal): -2406164 or 15485147. OLE color: 15485147.
HSL color Cylindrical-coordinate representation of color #DB48EC: hue angle of 293.78º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB48EC is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 72 | 236 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.07 |
| HSL | 293.78º | 0.81% | 0.6% | - |
| HSV(B) | 293.78º | 0.69% | 0.93% | - |
| XYZ | 46.67 | 25.75 | 81.87 | - |
| YUV | 134.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 236 | 0.07 | 0.69 | 0 | 0.07 | 293.78 | 0.81 | 0.6 |
| Hex | DB | 48 | EC | 7 | 45 | 0 | 7 | 126 | 51 | 3C |
| Octal | 333 | 110 | 354 | 7 | 105 | 0 | 7 | 446 | 121 | 74 |
| Binary | 11011011 | 1001000 | 11101100 | 111 | 1000101 | 0 | 111 | 100100110 | 1010001 | 111100 |
Color Harmonies of #DB48EC
Complementary color
Monochromatic Colors of #DB48EC
Black with #DB48EC
Text Example
Text Example
White with #DB48EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48EC; }
p { color: rgb(219,72,236); }
H1.HeaderClassName
{
color: #DB48EC;
}
.AnyTagClassName
{
color: #DB48EC;
}
</style>
background-color css
<style>
a { background-color: #DB48EC; }
a { background-color: rgb(219,72,236); }
div.DivClassName
{
background-color: #DB48EC;
}
.BgClassName
{
background-color: #DB48EC;
}
</style>
border-color css
<style>
span { border-color: #DB48EC; }
span { border-color: rgb(219,72,236); }
td.TdClassName
{
border-color: #DB48EC;
}
.TagClassName
{
border-color: #DB48EC;
}
</style>