Html Css Color HEX #DB58D4 Free Speech Magenta
📋 copy color: '#DB58D4'red 219 ◦ green 88 ◦ blue 212
Shades of Free Speech Magenta #DB58D4
Tints of Free Speech Magenta #DB58D4
RGB
CMYK
RGB Variations
Color information
#DB58D4 (or 0xDB58D4) is known color: Free Speech Magenta. HEX triplet: DB, 58 and D4. RGB value is (219,88,212). Sum of RGB (Red+Green+Blue) = 219+88+212=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB58D4 is #24A72B. Grayscale: #8C8C8C. Windows color (decimal): -2402092 or 13916379. OLE color: 13916379.
HSL color Cylindrical-coordinate representation of color #DB58D4: hue angle of 303.21º 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 #DB58D4 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 212 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.14 |
| HSL | 303.21º | 0.65% | 0.6% | - |
| HSV(B) | 303.21º | 0.6% | 0.86% | - |
| XYZ | 44.59 | 26.79 | 65.11 | - |
| YUV | 141.31 | 167.9 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 212 | 0 | 0.60 | 0.03 | 0.14 | 303.21 | 0.65 | 0.6 |
| Hex | DB | 58 | D4 | 0 | 3C | 3 | E | 12F | 41 | 3C |
| Octal | 333 | 130 | 324 | 0 | 74 | 3 | 16 | 457 | 101 | 74 |
| Binary | 11011011 | 1011000 | 11010100 | 0 | 111100 | 11 | 1110 | 100101111 | 1000001 | 111100 |
Color Harmonies of #DB58D4
Complementary color
Monochromatic Colors of #DB58D4
Black with #DB58D4
Text Example
Text Example
White with #DB58D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58D4; }
p { color: rgb(219,88,212); }
H1.HeaderClassName
{
color: #DB58D4;
}
.AnyTagClassName
{
color: #DB58D4;
}
</style>
background-color css
<style>
a { background-color: #DB58D4; }
a { background-color: rgb(219,88,212); }
div.DivClassName
{
background-color: #DB58D4;
}
.BgClassName
{
background-color: #DB58D4;
}
</style>
border-color css
<style>
span { border-color: #DB58D4; }
span { border-color: rgb(219,88,212); }
td.TdClassName
{
border-color: #DB58D4;
}
.TagClassName
{
border-color: #DB58D4;
}
</style>