Html Css Color HEX #DB61BD Free Speech Magenta
📋 copy color: '#DB61BD'red 219 ◦ green 97 ◦ blue 189
Shades of Free Speech Magenta #DB61BD
Tints of Free Speech Magenta #DB61BD
RGB
CMYK
RGB Variations
Color information
#DB61BD (or 0xDB61BD) is known color: Free Speech Magenta. HEX triplet: DB, 61 and BD. RGB value is (219,97,189). Sum of RGB (Red+Green+Blue) = 219+97+189=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61BD is #249E42. Grayscale: #8F8F8F. Windows color (decimal): -2399811 or 12411355. OLE color: 12411355.
HSL color Cylindrical-coordinate representation of color #DB61BD: hue angle of 314.75º 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 #DB61BD is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 189 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.14 |
| HSL | 314.75º | 0.63% | 0.62% | - |
| HSV(B) | 314.75º | 0.56% | 0.86% | - |
| XYZ | 42.67 | 27.28 | 51.16 | - |
| YUV | 143.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 189 | 0 | 0.56 | 0.14 | 0.14 | 314.75 | 0.63 | 0.62 |
| Hex | DB | 61 | BD | 0 | 38 | E | E | 13B | 3F | 3E |
| Octal | 333 | 141 | 275 | 0 | 70 | 16 | 16 | 473 | 77 | 76 |
| Binary | 11011011 | 1100001 | 10111101 | 0 | 111000 | 1110 | 1110 | 100111011 | 111111 | 111110 |
Color Harmonies of #DB61BD
Complementary color
Monochromatic Colors of #DB61BD
Black with #DB61BD
Text Example
Text Example
White with #DB61BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61BD; }
p { color: rgb(219,97,189); }
H1.HeaderClassName
{
color: #DB61BD;
}
.AnyTagClassName
{
color: #DB61BD;
}
</style>
background-color css
<style>
a { background-color: #DB61BD; }
a { background-color: rgb(219,97,189); }
div.DivClassName
{
background-color: #DB61BD;
}
.BgClassName
{
background-color: #DB61BD;
}
</style>
border-color css
<style>
span { border-color: #DB61BD; }
span { border-color: rgb(219,97,189); }
td.TdClassName
{
border-color: #DB61BD;
}
.TagClassName
{
border-color: #DB61BD;
}
</style>