Html Css Color HEX #DB61C9 Free Speech Magenta
📋 copy color: '#DB61C9'red 219 ◦ green 97 ◦ blue 201
Shades of Free Speech Magenta #DB61C9
Tints of Free Speech Magenta #DB61C9
RGB
CMYK
RGB Variations
Color information
#DB61C9 (or 0xDB61C9) is known color: Free Speech Magenta. HEX triplet: DB, 61 and C9. RGB value is (219,97,201). Sum of RGB (Red+Green+Blue) = 219+97+201=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61C9 is #249E36. Grayscale: #919191. Windows color (decimal): -2399799 or 13197787. OLE color: 13197787.
HSL color Cylindrical-coordinate representation of color #DB61C9: hue angle of 308.85º 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 #DB61C9 is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 201 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.14 |
| HSL | 308.85º | 0.63% | 0.62% | - |
| HSV(B) | 308.85º | 0.56% | 0.86% | - |
| XYZ | 44.03 | 27.83 | 58.31 | - |
| YUV | 145.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 201 | 0 | 0.56 | 0.08 | 0.14 | 308.85 | 0.63 | 0.62 |
| Hex | DB | 61 | C9 | 0 | 38 | 8 | E | 135 | 3F | 3E |
| Octal | 333 | 141 | 311 | 0 | 70 | 10 | 16 | 465 | 77 | 76 |
| Binary | 11011011 | 1100001 | 11001001 | 0 | 111000 | 1000 | 1110 | 100110101 | 111111 | 111110 |
Color Harmonies of #DB61C9
Complementary color
Monochromatic Colors of #DB61C9
Black with #DB61C9
Text Example
Text Example
White with #DB61C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61C9; }
p { color: rgb(219,97,201); }
H1.HeaderClassName
{
color: #DB61C9;
}
.AnyTagClassName
{
color: #DB61C9;
}
</style>
background-color css
<style>
a { background-color: #DB61C9; }
a { background-color: rgb(219,97,201); }
div.DivClassName
{
background-color: #DB61C9;
}
.BgClassName
{
background-color: #DB61C9;
}
</style>
border-color css
<style>
span { border-color: #DB61C9; }
span { border-color: rgb(219,97,201); }
td.TdClassName
{
border-color: #DB61C9;
}
.TagClassName
{
border-color: #DB61C9;
}
</style>