Html Css Color HEX #DB48DC Free Speech Magenta
📋 copy color: '#DB48DC'red 219 ◦ green 72 ◦ blue 220
Shades of Free Speech Magenta #DB48DC
Tints of Free Speech Magenta #DB48DC
RGB
CMYK
RGB Variations
Color information
#DB48DC (or 0xDB48DC) is known color: Free Speech Magenta. HEX triplet: DB, 48 and DC. RGB value is (219,72,220). Sum of RGB (Red+Green+Blue) = 219+72+220=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB48DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48DC is #24B723. Grayscale: #848484. Windows color (decimal): -2406180 or 14436571. OLE color: 14436571.
HSL color Cylindrical-coordinate representation of color #DB48DC: hue angle of 299.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB48DC is Cyan = 0.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 220 | - |
| CMYK | 0.00 | 0.67 | 0 | 0.14 |
| HSL | 299.59º | 0.68% | 0.57% | - |
| HSV(B) | 299.59º | 0.67% | 0.86% | - |
| XYZ | 44.45 | 24.86 | 70.17 | - |
| YUV | 132.83 | 177.2 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 220 | 0.00 | 0.67 | 0 | 0.14 | 299.59 | 0.68 | 0.57 |
| Hex | DB | 48 | DC | 0 | 43 | 0 | E | 12C | 44 | 39 |
| Octal | 333 | 110 | 334 | 0 | 103 | 0 | 16 | 454 | 104 | 71 |
| Binary | 11011011 | 1001000 | 11011100 | 0 | 1000011 | 0 | 1110 | 100101100 | 1000100 | 111001 |
Color Harmonies of #DB48DC
Complementary color
Monochromatic Colors of #DB48DC
Black with #DB48DC
Text Example
Text Example
White with #DB48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48DC; }
p { color: rgb(219,72,220); }
H1.HeaderClassName
{
color: #DB48DC;
}
.AnyTagClassName
{
color: #DB48DC;
}
</style>
background-color css
<style>
a { background-color: #DB48DC; }
a { background-color: rgb(219,72,220); }
div.DivClassName
{
background-color: #DB48DC;
}
.BgClassName
{
background-color: #DB48DC;
}
</style>
border-color css
<style>
span { border-color: #DB48DC; }
span { border-color: rgb(219,72,220); }
td.TdClassName
{
border-color: #DB48DC;
}
.TagClassName
{
border-color: #DB48DC;
}
</style>