Html Css Color HEX #DB48D9 Free Speech Magenta
📋 copy color: '#DB48D9'red 219 ◦ green 72 ◦ blue 217
Shades of Free Speech Magenta #DB48D9
Tints of Free Speech Magenta #DB48D9
RGB
CMYK
RGB Variations
Color information
#DB48D9 (or 0xDB48D9) is known color: Free Speech Magenta. HEX triplet: DB, 48 and D9. RGB value is (219,72,217). Sum of RGB (Red+Green+Blue) = 219+72+217=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48D9 is #24B726. Grayscale: #848484. Windows color (decimal): -2406183 or 14239963. OLE color: 14239963.
HSL color Cylindrical-coordinate representation of color #DB48D9: hue angle of 300.82º degrees, saturation: 0.67, 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 #DB48D9 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 72 | 217 | - |
CMYK | 0 | 0.67 | 0.01 | 0.14 |
HSL | 300.82º | 0.67% | 0.57% | - |
HSV(B) | 300.82º | 0.67% | 0.86% | - |
XYZ | 44.06 | 24.7 | 68.09 | - |
YUV | 132.48 | 175.7 | 189.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 72 | 217 | 0 | 0.67 | 0.01 | 0.14 | 300.82 | 0.67 | 0.57 |
Hex | DB | 48 | D9 | 0 | 43 | 1 | E | 12D | 43 | 39 |
Octal | 333 | 110 | 331 | 0 | 103 | 1 | 16 | 455 | 103 | 71 |
Binary | 11011011 | 1001000 | 11011001 | 0 | 1000011 | 1 | 1110 | 100101101 | 1000011 | 111001 |
Color Harmonies of #DB48D9
Complementary color
Monochromatic Colors of #DB48D9
Black with #DB48D9
Text Example
Text Example
White with #DB48D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48D9; }
p { color: rgb(219,72,217); }
H1.HeaderClassName
{
color: #DB48D9;
}
.AnyTagClassName
{
color: #DB48D9;
}
</style>
background-color css
<style>
a { background-color: #DB48D9; }
a { background-color: rgb(219,72,217); }
div.DivClassName
{
background-color: #DB48D9;
}
.BgClassName
{
background-color: #DB48D9;
}
</style>
border-color css
<style>
span { border-color: #DB48D9; }
span { border-color: rgb(219,72,217); }
td.TdClassName
{
border-color: #DB48D9;
}
.TagClassName
{
border-color: #DB48D9;
}
</style>