Html Css Color HEX #DB61C6 Free Speech Magenta
📋 copy color: '#DB61C6'red 219 ◦ green 97 ◦ blue 198
Shades of Free Speech Magenta #DB61C6
Tints of Free Speech Magenta #DB61C6
RGB
CMYK
RGB Variations
Color information
#DB61C6 (or 0xDB61C6) is known color: Free Speech Magenta. HEX triplet: DB, 61 and C6. RGB value is (219,97,198). Sum of RGB (Red+Green+Blue) = 219+97+198=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61C6 is #249E39. Grayscale: #909090. Windows color (decimal): -2399802 or 13001179. OLE color: 13001179.
HSL color Cylindrical-coordinate representation of color #DB61C6: hue angle of 310.33º 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 #DB61C6 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 198 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.14 |
| HSL | 310.33º | 0.63% | 0.62% | - |
| HSV(B) | 310.33º | 0.56% | 0.86% | - |
| XYZ | 43.68 | 27.69 | 56.47 | - |
| YUV | 144.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 198 | 0 | 0.56 | 0.10 | 0.14 | 310.33 | 0.63 | 0.62 |
| Hex | DB | 61 | C6 | 0 | 38 | A | E | 136 | 3F | 3E |
| Octal | 333 | 141 | 306 | 0 | 70 | 12 | 16 | 466 | 77 | 76 |
| Binary | 11011011 | 1100001 | 11000110 | 0 | 111000 | 1010 | 1110 | 100110110 | 111111 | 111110 |
Color Harmonies of #DB61C6
Complementary color
Monochromatic Colors of #DB61C6
Black with #DB61C6
Text Example
Text Example
White with #DB61C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61C6; }
p { color: rgb(219,97,198); }
H1.HeaderClassName
{
color: #DB61C6;
}
.AnyTagClassName
{
color: #DB61C6;
}
</style>
background-color css
<style>
a { background-color: #DB61C6; }
a { background-color: rgb(219,97,198); }
div.DivClassName
{
background-color: #DB61C6;
}
.BgClassName
{
background-color: #DB61C6;
}
</style>
border-color css
<style>
span { border-color: #DB61C6; }
span { border-color: rgb(219,97,198); }
td.TdClassName
{
border-color: #DB61C6;
}
.TagClassName
{
border-color: #DB61C6;
}
</style>