Html Css Color HEX #DB55D9 Free Speech Magenta
📋 copy color: '#DB55D9'red 219 ◦ green 85 ◦ blue 217
Shades of Free Speech Magenta #DB55D9
Tints of Free Speech Magenta #DB55D9
RGB
CMYK
RGB Variations
Color information
#DB55D9 (or 0xDB55D9) is known color: Free Speech Magenta. HEX triplet: DB, 55 and D9. RGB value is (219,85,217). Sum of RGB (Red+Green+Blue) = 219+85+217=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55D9 is #24AA26. Grayscale: #8B8B8B. Windows color (decimal): -2402855 or 14243291. OLE color: 14243291.
HSL color Cylindrical-coordinate representation of color #DB55D9: hue angle of 300.9º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB55D9 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 217 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.14 |
| HSL | 300.9º | 0.65% | 0.6% | - |
| HSV(B) | 300.9º | 0.61% | 0.86% | - |
| XYZ | 44.99 | 26.57 | 68.4 | - |
| YUV | 140.11 | 171.39 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 217 | 0 | 0.61 | 0.01 | 0.14 | 300.9 | 0.65 | 0.6 |
| Hex | DB | 55 | D9 | 0 | 3D | 1 | E | 12D | 41 | 3C |
| Octal | 333 | 125 | 331 | 0 | 75 | 1 | 16 | 455 | 101 | 74 |
| Binary | 11011011 | 1010101 | 11011001 | 0 | 111101 | 1 | 1110 | 100101101 | 1000001 | 111100 |
Color Harmonies of #DB55D9
Complementary color
Monochromatic Colors of #DB55D9
Black with #DB55D9
Text Example
Text Example
White with #DB55D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55D9; }
p { color: rgb(219,85,217); }
H1.HeaderClassName
{
color: #DB55D9;
}
.AnyTagClassName
{
color: #DB55D9;
}
</style>
background-color css
<style>
a { background-color: #DB55D9; }
a { background-color: rgb(219,85,217); }
div.DivClassName
{
background-color: #DB55D9;
}
.BgClassName
{
background-color: #DB55D9;
}
</style>
border-color css
<style>
span { border-color: #DB55D9; }
span { border-color: rgb(219,85,217); }
td.TdClassName
{
border-color: #DB55D9;
}
.TagClassName
{
border-color: #DB55D9;
}
</style>