Html Css Color HEX #DB48D6 Free Speech Magenta
📋 copy color: '#DB48D6'red 219 ◦ green 72 ◦ blue 214
Shades of Free Speech Magenta #DB48D6
Tints of Free Speech Magenta #DB48D6
RGB
CMYK
RGB Variations
Color information
#DB48D6 (or 0xDB48D6) is known color: Free Speech Magenta. HEX triplet: DB, 48 and D6. RGB value is (219,72,214). Sum of RGB (Red+Green+Blue) = 219+72+214=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB48D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48D6 is #24B729. Grayscale: #838383. Windows color (decimal): -2406186 or 14043355. OLE color: 14043355.
HSL color Cylindrical-coordinate representation of color #DB48D6: hue angle of 302.04º 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 #DB48D6 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 214 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.14 |
| HSL | 302.04º | 0.67% | 0.57% | - |
| HSV(B) | 302.04º | 0.67% | 0.86% | - |
| XYZ | 43.67 | 24.55 | 66.06 | - |
| YUV | 132.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 214 | 0 | 0.67 | 0.02 | 0.14 | 302.04 | 0.67 | 0.57 |
| Hex | DB | 48 | D6 | 0 | 43 | 2 | E | 12E | 43 | 39 |
| Octal | 333 | 110 | 326 | 0 | 103 | 2 | 16 | 456 | 103 | 71 |
| Binary | 11011011 | 1001000 | 11010110 | 0 | 1000011 | 10 | 1110 | 100101110 | 1000011 | 111001 |
Color Harmonies of #DB48D6
Complementary color
Monochromatic Colors of #DB48D6
Black with #DB48D6
Text Example
Text Example
White with #DB48D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48D6; }
p { color: rgb(219,72,214); }
H1.HeaderClassName
{
color: #DB48D6;
}
.AnyTagClassName
{
color: #DB48D6;
}
</style>
background-color css
<style>
a { background-color: #DB48D6; }
a { background-color: rgb(219,72,214); }
div.DivClassName
{
background-color: #DB48D6;
}
.BgClassName
{
background-color: #DB48D6;
}
</style>
border-color css
<style>
span { border-color: #DB48D6; }
span { border-color: rgb(219,72,214); }
td.TdClassName
{
border-color: #DB48D6;
}
.TagClassName
{
border-color: #DB48D6;
}
</style>