Html Css Color HEX #DB55BB Free Speech Magenta
📋 copy color: '#DB55BB'red 219 ◦ green 85 ◦ blue 187
Shades of Free Speech Magenta #DB55BB
Tints of Free Speech Magenta #DB55BB
RGB
CMYK
RGB Variations
Color information
#DB55BB (or 0xDB55BB) is known color: Free Speech Magenta. HEX triplet: DB, 55 and BB. RGB value is (219,85,187). Sum of RGB (Red+Green+Blue) = 219+85+187=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB55BB is #24AA44. Grayscale: #888888. Windows color (decimal): -2402885 or 12277211. OLE color: 12277211.
HSL color Cylindrical-coordinate representation of color #DB55BB: hue angle of 314.33º 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 #DB55BB is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 85 | 187 | - |
| CMYK | 0 | 0.61 | 0.15 | 0.14 |
| HSL | 314.33º | 0.65% | 0.6% | - |
| HSV(B) | 314.33º | 0.61% | 0.86% | - |
| XYZ | 41.43 | 25.14 | 49.68 | - |
| YUV | 136.69 | 156.39 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 85 | 187 | 0 | 0.61 | 0.15 | 0.14 | 314.33 | 0.65 | 0.6 |
| Hex | DB | 55 | BB | 0 | 3D | F | E | 13A | 41 | 3C |
| Octal | 333 | 125 | 273 | 0 | 75 | 17 | 16 | 472 | 101 | 74 |
| Binary | 11011011 | 1010101 | 10111011 | 0 | 111101 | 1111 | 1110 | 100111010 | 1000001 | 111100 |
Color Harmonies of #DB55BB
Complementary color
Monochromatic Colors of #DB55BB
Black with #DB55BB
Text Example
Text Example
White with #DB55BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB55BB; }
p { color: rgb(219,85,187); }
H1.HeaderClassName
{
color: #DB55BB;
}
.AnyTagClassName
{
color: #DB55BB;
}
</style>
background-color css
<style>
a { background-color: #DB55BB; }
a { background-color: rgb(219,85,187); }
div.DivClassName
{
background-color: #DB55BB;
}
.BgClassName
{
background-color: #DB55BB;
}
</style>
border-color css
<style>
span { border-color: #DB55BB; }
span { border-color: rgb(219,85,187); }
td.TdClassName
{
border-color: #DB55BB;
}
.TagClassName
{
border-color: #DB55BB;
}
</style>