Html Css Color HEX #DB48DD Free Speech Magenta
📋 copy color: '#DB48DD'red 219 ◦ green 72 ◦ blue 221
Shades of Free Speech Magenta #DB48DD
Tints of Free Speech Magenta #DB48DD
RGB
CMYK
RGB Variations
Color information
#DB48DD (or 0xDB48DD) is known color: Free Speech Magenta. HEX triplet: DB, 48 and DD. RGB value is (219,72,221). Sum of RGB (Red+Green+Blue) = 219+72+221=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB48DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB48DD is #24B722. Grayscale: #848484. Windows color (decimal): -2406179 or 14502107. OLE color: 14502107.
HSL color Cylindrical-coordinate representation of color #DB48DD: hue angle of 299.19º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB48DD is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 72 | 221 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.13 |
| HSL | 299.19º | 0.69% | 0.57% | - |
| HSV(B) | 299.19º | 0.67% | 0.87% | - |
| XYZ | 44.58 | 24.92 | 70.87 | - |
| YUV | 132.94 | 177.7 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 221 | 0.01 | 0.67 | 0 | 0.13 | 299.19 | 0.69 | 0.57 |
| Hex | DB | 48 | DD | 1 | 43 | 0 | D | 12B | 45 | 39 |
| Octal | 333 | 110 | 335 | 1 | 103 | 0 | 15 | 453 | 105 | 71 |
| Binary | 11011011 | 1001000 | 11011101 | 1 | 1000011 | 0 | 1101 | 100101011 | 1000101 | 111001 |
Color Harmonies of #DB48DD
Complementary color
Monochromatic Colors of #DB48DD
Black with #DB48DD
Text Example
Text Example
White with #DB48DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB48DD; }
p { color: rgb(219,72,221); }
H1.HeaderClassName
{
color: #DB48DD;
}
.AnyTagClassName
{
color: #DB48DD;
}
</style>
background-color css
<style>
a { background-color: #DB48DD; }
a { background-color: rgb(219,72,221); }
div.DivClassName
{
background-color: #DB48DD;
}
.BgClassName
{
background-color: #DB48DD;
}
</style>
border-color css
<style>
span { border-color: #DB48DD; }
span { border-color: rgb(219,72,221); }
td.TdClassName
{
border-color: #DB48DD;
}
.TagClassName
{
border-color: #DB48DD;
}
</style>