Html Css Color HEX #DB61BB Free Speech Magenta
📋 copy color: '#DB61BB'red 219 ◦ green 97 ◦ blue 187
Shades of Free Speech Magenta #DB61BB
Tints of Free Speech Magenta #DB61BB
RGB
CMYK
RGB Variations
Color information
#DB61BB (or 0xDB61BB) is known color: Free Speech Magenta. HEX triplet: DB, 61 and BB. RGB value is (219,97,187). Sum of RGB (Red+Green+Blue) = 219+97+187=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61BB is #249E44. Grayscale: #8F8F8F. Windows color (decimal): -2399813 or 12280283. OLE color: 12280283.
HSL color Cylindrical-coordinate representation of color #DB61BB: hue angle of 315.74º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB61BB is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 187 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.14 |
| HSL | 315.74º | 0.63% | 0.62% | - |
| HSV(B) | 315.74º | 0.56% | 0.86% | - |
| XYZ | 42.46 | 27.2 | 50.03 | - |
| YUV | 143.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 187 | 0 | 0.56 | 0.15 | 0.14 | 315.74 | 0.63 | 0.62 |
| Hex | DB | 61 | BB | 0 | 38 | F | E | 13C | 3F | 3E |
| Octal | 333 | 141 | 273 | 0 | 70 | 17 | 16 | 474 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10111011 | 0 | 111000 | 1111 | 1110 | 100111100 | 111111 | 111110 |
Color Harmonies of #DB61BB
Complementary color
Monochromatic Colors of #DB61BB
Black with #DB61BB
Text Example
Text Example
White with #DB61BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61BB; }
p { color: rgb(219,97,187); }
H1.HeaderClassName
{
color: #DB61BB;
}
.AnyTagClassName
{
color: #DB61BB;
}
</style>
background-color css
<style>
a { background-color: #DB61BB; }
a { background-color: rgb(219,97,187); }
div.DivClassName
{
background-color: #DB61BB;
}
.BgClassName
{
background-color: #DB61BB;
}
</style>
border-color css
<style>
span { border-color: #DB61BB; }
span { border-color: rgb(219,97,187); }
td.TdClassName
{
border-color: #DB61BB;
}
.TagClassName
{
border-color: #DB61BB;
}
</style>