Html Css Color HEX #DB58DA Free Speech Magenta
📋 copy color: '#DB58DA'red 219 ◦ green 88 ◦ blue 218
Shades of Free Speech Magenta #DB58DA
Tints of Free Speech Magenta #DB58DA
RGB
CMYK
RGB Variations
Color information
#DB58DA (or 0xDB58DA) is known color: Free Speech Magenta. HEX triplet: DB, 58 and DA. RGB value is (219,88,218). Sum of RGB (Red+Green+Blue) = 219+88+218=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58DA is #24A725. Grayscale: #8D8D8D. Windows color (decimal): -2402086 or 14309595. OLE color: 14309595.
HSL color Cylindrical-coordinate representation of color #DB58DA: hue angle of 300.46º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB58DA is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 218 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.14 |
| HSL | 300.46º | 0.65% | 0.6% | - |
| HSV(B) | 300.46º | 0.6% | 0.86% | - |
| XYZ | 45.36 | 27.1 | 69.17 | - |
| YUV | 141.99 | 170.9 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 218 | 0 | 0.60 | 0.00 | 0.14 | 300.46 | 0.65 | 0.6 |
| Hex | DB | 58 | DA | 0 | 3C | 0 | E | 12C | 41 | 3C |
| Octal | 333 | 130 | 332 | 0 | 74 | 0 | 16 | 454 | 101 | 74 |
| Binary | 11011011 | 1011000 | 11011010 | 0 | 111100 | 0 | 1110 | 100101100 | 1000001 | 111100 |
Color Harmonies of #DB58DA
Complementary color
Monochromatic Colors of #DB58DA
Black with #DB58DA
Text Example
Text Example
White with #DB58DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58DA; }
p { color: rgb(219,88,218); }
H1.HeaderClassName
{
color: #DB58DA;
}
.AnyTagClassName
{
color: #DB58DA;
}
</style>
background-color css
<style>
a { background-color: #DB58DA; }
a { background-color: rgb(219,88,218); }
div.DivClassName
{
background-color: #DB58DA;
}
.BgClassName
{
background-color: #DB58DA;
}
</style>
border-color css
<style>
span { border-color: #DB58DA; }
span { border-color: rgb(219,88,218); }
td.TdClassName
{
border-color: #DB58DA;
}
.TagClassName
{
border-color: #DB58DA;
}
</style>