Html Css Color HEX #DB55BE Free Speech Magenta
📋 copy color: '#DB55BE'red 219 ◦ green 85 ◦ blue 190
Shades of Free Speech Magenta #DB55BE
Tints of Free Speech Magenta #DB55BE
RGB
CMYK
RGB Variations
Color information
#DB55BE (or 0xDB55BE) is known color: Free Speech Magenta. HEX triplet: DB, 55 and BE. RGB value is (219,85,190). Sum of RGB (Red+Green+Blue) = 219+85+190=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55BE is #24AA41. Grayscale: #888888. Windows color (decimal): -2402882 or 12473819. OLE color: 12473819.
HSL color Cylindrical-coordinate representation of color #DB55BE: hue angle of 312.99º 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 #DB55BE is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 190 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.14 |
| HSL | 312.99º | 0.65% | 0.6% | - |
| HSV(B) | 312.99º | 0.61% | 0.86% | - |
| XYZ | 41.76 | 25.27 | 51.39 | - |
| YUV | 137.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 190 | 0 | 0.61 | 0.13 | 0.14 | 312.99 | 0.65 | 0.6 |
| Hex | DB | 55 | BE | 0 | 3D | D | E | 139 | 41 | 3C |
| Octal | 333 | 125 | 276 | 0 | 75 | 15 | 16 | 471 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10111110 | 0 | 111101 | 1101 | 1110 | 100111001 | 1000001 | 111100 |
Color Harmonies of #DB55BE
Complementary color
Monochromatic Colors of #DB55BE
Black with #DB55BE
Text Example
Text Example
White with #DB55BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55BE; }
p { color: rgb(219,85,190); }
H1.HeaderClassName
{
color: #DB55BE;
}
.AnyTagClassName
{
color: #DB55BE;
}
</style>
background-color css
<style>
a { background-color: #DB55BE; }
a { background-color: rgb(219,85,190); }
div.DivClassName
{
background-color: #DB55BE;
}
.BgClassName
{
background-color: #DB55BE;
}
</style>
border-color css
<style>
span { border-color: #DB55BE; }
span { border-color: rgb(219,85,190); }
td.TdClassName
{
border-color: #DB55BE;
}
.TagClassName
{
border-color: #DB55BE;
}
</style>