Html Css Color HEX #DB48E6 Free Speech Magenta
📋 copy color: '#DB48E6'red 219 ◦ green 72 ◦ blue 230
Shades of Free Speech Magenta #DB48E6
Tints of Free Speech Magenta #DB48E6
RGB
CMYK
RGB Variations
Color information
#DB48E6 (or 0xDB48E6) is known color: Free Speech Magenta. HEX triplet: DB, 48 and E6. RGB value is (219,72,230). Sum of RGB (Red+Green+Blue) = 219+72+230=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB48E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB48E6 is #24B719. Grayscale: #858585. Windows color (decimal): -2406170 or 15091931. OLE color: 15091931.
HSL color Cylindrical-coordinate representation of color #DB48E6: hue angle of 295.82º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB48E6 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 72 | 230 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.10 |
| HSL | 295.82º | 0.76% | 0.59% | - |
| HSV(B) | 295.82º | 0.69% | 0.9% | - |
| XYZ | 45.81 | 25.41 | 77.35 | - |
| YUV | 133.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 230 | 0.05 | 0.69 | 0 | 0.10 | 295.82 | 0.76 | 0.59 |
| Hex | DB | 48 | E6 | 5 | 45 | 0 | A | 128 | 4C | 3B |
| Octal | 333 | 110 | 346 | 5 | 105 | 0 | 12 | 450 | 114 | 73 |
| Binary | 11011011 | 1001000 | 11100110 | 101 | 1000101 | 0 | 1010 | 100101000 | 1001100 | 111011 |
Color Harmonies of #DB48E6
Complementary color
Monochromatic Colors of #DB48E6
Black with #DB48E6
Text Example
Text Example
White with #DB48E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48E6; }
p { color: rgb(219,72,230); }
H1.HeaderClassName
{
color: #DB48E6;
}
.AnyTagClassName
{
color: #DB48E6;
}
</style>
background-color css
<style>
a { background-color: #DB48E6; }
a { background-color: rgb(219,72,230); }
div.DivClassName
{
background-color: #DB48E6;
}
.BgClassName
{
background-color: #DB48E6;
}
</style>
border-color css
<style>
span { border-color: #DB48E6; }
span { border-color: rgb(219,72,230); }
td.TdClassName
{
border-color: #DB48E6;
}
.TagClassName
{
border-color: #DB48E6;
}
</style>