Html Css Color HEX #DB61DC Free Speech Magenta
📋 copy color: '#DB61DC'red 219 ◦ green 97 ◦ blue 220
Shades of Free Speech Magenta #DB61DC
Tints of Free Speech Magenta #DB61DC
RGB
CMYK
RGB Variations
Color information
#DB61DC (or 0xDB61DC) is known color: Free Speech Magenta. HEX triplet: DB, 61 and DC. RGB value is (219,97,220). Sum of RGB (Red+Green+Blue) = 219+97+220=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB61DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61DC is #249E23. Grayscale: #939393. Windows color (decimal): -2399780 or 14442971. OLE color: 14442971.
HSL color Cylindrical-coordinate representation of color #DB61DC: hue angle of 299.51º degrees, saturation: 0.64, 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 #DB61DC is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 220 | - |
| CMYK | 0.00 | 0.56 | 0 | 0.14 |
| HSL | 299.51º | 0.64% | 0.62% | - |
| HSV(B) | 299.51º | 0.56% | 0.86% | - |
| XYZ | 46.41 | 28.78 | 70.82 | - |
| YUV | 147.5 | 168.92 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 220 | 0.00 | 0.56 | 0 | 0.14 | 299.51 | 0.64 | 0.62 |
| Hex | DB | 61 | DC | 0 | 38 | 0 | E | 12C | 40 | 3E |
| Octal | 333 | 141 | 334 | 0 | 70 | 0 | 16 | 454 | 100 | 76 |
| Binary | 11011011 | 1100001 | 11011100 | 0 | 111000 | 0 | 1110 | 100101100 | 1000000 | 111110 |
Color Harmonies of #DB61DC
Complementary color
Monochromatic Colors of #DB61DC
Black with #DB61DC
Text Example
Text Example
White with #DB61DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61DC; }
p { color: rgb(219,97,220); }
H1.HeaderClassName
{
color: #DB61DC;
}
.AnyTagClassName
{
color: #DB61DC;
}
</style>
background-color css
<style>
a { background-color: #DB61DC; }
a { background-color: rgb(219,97,220); }
div.DivClassName
{
background-color: #DB61DC;
}
.BgClassName
{
background-color: #DB61DC;
}
</style>
border-color css
<style>
span { border-color: #DB61DC; }
span { border-color: rgb(219,97,220); }
td.TdClassName
{
border-color: #DB61DC;
}
.TagClassName
{
border-color: #DB61DC;
}
</style>