Html Css Color HEX #DB55BC Free Speech Magenta
📋 copy color: '#DB55BC'red 219 ◦ green 85 ◦ blue 188
Shades of Free Speech Magenta #DB55BC
Tints of Free Speech Magenta #DB55BC
RGB
CMYK
RGB Variations
Color information
#DB55BC (or 0xDB55BC) is known color: Free Speech Magenta. HEX triplet: DB, 55 and BC. RGB value is (219,85,188). Sum of RGB (Red+Green+Blue) = 219+85+188=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55BC is #24AA43. Grayscale: #888888. Windows color (decimal): -2402884 or 12342747. OLE color: 12342747.
HSL color Cylindrical-coordinate representation of color #DB55BC: hue angle of 313.88º 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 #DB55BC is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 188 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.14 |
| HSL | 313.88º | 0.65% | 0.6% | - |
| HSV(B) | 313.88º | 0.61% | 0.86% | - |
| XYZ | 41.54 | 25.19 | 50.25 | - |
| YUV | 136.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 188 | 0 | 0.61 | 0.14 | 0.14 | 313.88 | 0.65 | 0.6 |
| Hex | DB | 55 | BC | 0 | 3D | E | E | 13A | 41 | 3C |
| Octal | 333 | 125 | 274 | 0 | 75 | 16 | 16 | 472 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10111100 | 0 | 111101 | 1110 | 1110 | 100111010 | 1000001 | 111100 |
Color Harmonies of #DB55BC
Complementary color
Monochromatic Colors of #DB55BC
Black with #DB55BC
Text Example
Text Example
White with #DB55BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55BC; }
p { color: rgb(219,85,188); }
H1.HeaderClassName
{
color: #DB55BC;
}
.AnyTagClassName
{
color: #DB55BC;
}
</style>
background-color css
<style>
a { background-color: #DB55BC; }
a { background-color: rgb(219,85,188); }
div.DivClassName
{
background-color: #DB55BC;
}
.BgClassName
{
background-color: #DB55BC;
}
</style>
border-color css
<style>
span { border-color: #DB55BC; }
span { border-color: rgb(219,85,188); }
td.TdClassName
{
border-color: #DB55BC;
}
.TagClassName
{
border-color: #DB55BC;
}
</style>