Html Css Color HEX #DB55DC Free Speech Magenta
📋 copy color: '#DB55DC'red 219 ◦ green 85 ◦ blue 220
Shades of Free Speech Magenta #DB55DC
Tints of Free Speech Magenta #DB55DC
RGB
CMYK
RGB Variations
Color information
#DB55DC (or 0xDB55DC) is known color: Free Speech Magenta. HEX triplet: DB, 55 and DC. RGB value is (219,85,220). Sum of RGB (Red+Green+Blue) = 219+85+220=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 85 (33.59% from 255 or 16.22% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB55DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55DC is #24AA23. Grayscale: #8C8C8C. Windows color (decimal): -2402852 or 14439899. OLE color: 14439899.
HSL color Cylindrical-coordinate representation of color #DB55DC: hue angle of 299.56º degrees, saturation: 0.66, 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 #DB55DC is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 220 | - |
| CMYK | 0.00 | 0.61 | 0 | 0.14 |
| HSL | 299.56º | 0.66% | 0.6% | - |
| HSV(B) | 299.56º | 0.61% | 0.86% | - |
| XYZ | 45.38 | 26.72 | 70.48 | - |
| YUV | 140.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 220 | 0.00 | 0.61 | 0 | 0.14 | 299.56 | 0.66 | 0.6 |
| Hex | DB | 55 | DC | 0 | 3D | 0 | E | 12C | 42 | 3C |
| Octal | 333 | 125 | 334 | 0 | 75 | 0 | 16 | 454 | 102 | 74 |
| Binary | 11011011 | 1010101 | 11011100 | 0 | 111101 | 0 | 1110 | 100101100 | 1000010 | 111100 |
Color Harmonies of #DB55DC
Complementary color
Monochromatic Colors of #DB55DC
Black with #DB55DC
Text Example
Text Example
White with #DB55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55DC; }
p { color: rgb(219,85,220); }
H1.HeaderClassName
{
color: #DB55DC;
}
.AnyTagClassName
{
color: #DB55DC;
}
</style>
background-color css
<style>
a { background-color: #DB55DC; }
a { background-color: rgb(219,85,220); }
div.DivClassName
{
background-color: #DB55DC;
}
.BgClassName
{
background-color: #DB55DC;
}
</style>
border-color css
<style>
span { border-color: #DB55DC; }
span { border-color: rgb(219,85,220); }
td.TdClassName
{
border-color: #DB55DC;
}
.TagClassName
{
border-color: #DB55DC;
}
</style>