Html Css Color HEX #DB55DE Free Speech Magenta
📋 copy color: '#DB55DE'red 219 ◦ green 85 ◦ blue 222
Shades of Free Speech Magenta #DB55DE
Tints of Free Speech Magenta #DB55DE
RGB
CMYK
RGB Variations
Color information
#DB55DE (or 0xDB55DE) is known color: Free Speech Magenta. HEX triplet: DB, 55 and DE. RGB value is (219,85,222). Sum of RGB (Red+Green+Blue) = 219+85+222=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB55DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55DE is #24AA21. Grayscale: #8C8C8C. Windows color (decimal): -2402850 or 14570971. OLE color: 14570971.
HSL color Cylindrical-coordinate representation of color #DB55DE: hue angle of 298.69º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB55DE is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 85 | 222 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.13 |
| HSL | 298.69º | 0.67% | 0.6% | - |
| HSV(B) | 298.69º | 0.62% | 0.87% | - |
| XYZ | 45.65 | 26.83 | 71.88 | - |
| YUV | 140.68 | 173.89 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 222 | 0.01 | 0.62 | 0 | 0.13 | 298.69 | 0.67 | 0.6 |
| Hex | DB | 55 | DE | 1 | 3E | 0 | D | 12B | 43 | 3C |
| Octal | 333 | 125 | 336 | 1 | 76 | 0 | 15 | 453 | 103 | 74 |
| Binary | 11011011 | 1010101 | 11011110 | 1 | 111110 | 0 | 1101 | 100101011 | 1000011 | 111100 |
Color Harmonies of #DB55DE
Complementary color
Monochromatic Colors of #DB55DE
Black with #DB55DE
Text Example
Text Example
White with #DB55DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55DE; }
p { color: rgb(219,85,222); }
H1.HeaderClassName
{
color: #DB55DE;
}
.AnyTagClassName
{
color: #DB55DE;
}
</style>
background-color css
<style>
a { background-color: #DB55DE; }
a { background-color: rgb(219,85,222); }
div.DivClassName
{
background-color: #DB55DE;
}
.BgClassName
{
background-color: #DB55DE;
}
</style>
border-color css
<style>
span { border-color: #DB55DE; }
span { border-color: rgb(219,85,222); }
td.TdClassName
{
border-color: #DB55DE;
}
.TagClassName
{
border-color: #DB55DE;
}
</style>