Html Css Color HEX #DB58DD Free Speech Magenta
📋 copy color: '#DB58DD'red 219 ◦ green 88 ◦ blue 221
Shades of Free Speech Magenta #DB58DD
Tints of Free Speech Magenta #DB58DD
RGB
CMYK
RGB Variations
Color information
#DB58DD (or 0xDB58DD) is known color: Free Speech Magenta. HEX triplet: DB, 58 and DD. RGB value is (219,88,221). Sum of RGB (Red+Green+Blue) = 219+88+221=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 88 (34.77% from 255 or 16.67% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB58DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58DD is #24A722. Grayscale: #8D8D8D. Windows color (decimal): -2402083 or 14506203. OLE color: 14506203.
HSL color Cylindrical-coordinate representation of color #DB58DD: hue angle of 299.1º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB58DD is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 88 | 221 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.13 |
| HSL | 299.1º | 0.66% | 0.61% | - |
| HSV(B) | 299.1º | 0.6% | 0.87% | - |
| XYZ | 45.75 | 27.26 | 71.26 | - |
| YUV | 142.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 221 | 0.01 | 0.60 | 0 | 0.13 | 299.1 | 0.66 | 0.61 |
| Hex | DB | 58 | DD | 1 | 3C | 0 | D | 12B | 42 | 3D |
| Octal | 333 | 130 | 335 | 1 | 74 | 0 | 15 | 453 | 102 | 75 |
| Binary | 11011011 | 1011000 | 11011101 | 1 | 111100 | 0 | 1101 | 100101011 | 1000010 | 111101 |
Color Harmonies of #DB58DD
Complementary color
Monochromatic Colors of #DB58DD
Black with #DB58DD
Text Example
Text Example
White with #DB58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58DD; }
p { color: rgb(219,88,221); }
H1.HeaderClassName
{
color: #DB58DD;
}
.AnyTagClassName
{
color: #DB58DD;
}
</style>
background-color css
<style>
a { background-color: #DB58DD; }
a { background-color: rgb(219,88,221); }
div.DivClassName
{
background-color: #DB58DD;
}
.BgClassName
{
background-color: #DB58DD;
}
</style>
border-color css
<style>
span { border-color: #DB58DD; }
span { border-color: rgb(219,88,221); }
td.TdClassName
{
border-color: #DB58DD;
}
.TagClassName
{
border-color: #DB58DD;
}
</style>