Html Css Color HEX #DB48E8 Free Speech Magenta
📋 copy color: '#DB48E8'red 219 ◦ green 72 ◦ blue 232
Shades of Free Speech Magenta #DB48E8
Tints of Free Speech Magenta #DB48E8
RGB
CMYK
RGB Variations
Color information
#DB48E8 (or 0xDB48E8) is known color: Free Speech Magenta. HEX triplet: DB, 48 and E8. RGB value is (219,72,232). Sum of RGB (Red+Green+Blue) = 219+72+232=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 72 (28.52% from 255 or 13.77% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #DB48E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48E8 is #24B717. Grayscale: #858585. Windows color (decimal): -2406168 or 15223003. OLE color: 15223003.
HSL color Cylindrical-coordinate representation of color #DB48E8: hue angle of 295.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB48E8 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 72 | 232 | - |
| CMYK | 0.06 | 0.69 | 0 | 0.09 |
| HSL | 295.13º | 0.78% | 0.6% | - |
| HSV(B) | 295.13º | 0.69% | 0.91% | - |
| XYZ | 46.1 | 25.52 | 78.84 | - |
| YUV | 134.19 | 183.2 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 232 | 0.06 | 0.69 | 0 | 0.09 | 295.13 | 0.78 | 0.6 |
| Hex | DB | 48 | E8 | 6 | 45 | 0 | 9 | 127 | 4E | 3C |
| Octal | 333 | 110 | 350 | 6 | 105 | 0 | 11 | 447 | 116 | 74 |
| Binary | 11011011 | 1001000 | 11101000 | 110 | 1000101 | 0 | 1001 | 100100111 | 1001110 | 111100 |
Color Harmonies of #DB48E8
Complementary color
Monochromatic Colors of #DB48E8
Black with #DB48E8
Text Example
Text Example
White with #DB48E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48E8; }
p { color: rgb(219,72,232); }
H1.HeaderClassName
{
color: #DB48E8;
}
.AnyTagClassName
{
color: #DB48E8;
}
</style>
background-color css
<style>
a { background-color: #DB48E8; }
a { background-color: rgb(219,72,232); }
div.DivClassName
{
background-color: #DB48E8;
}
.BgClassName
{
background-color: #DB48E8;
}
</style>
border-color css
<style>
span { border-color: #DB48E8; }
span { border-color: rgb(219,72,232); }
td.TdClassName
{
border-color: #DB48E8;
}
.TagClassName
{
border-color: #DB48E8;
}
</style>