Html Css Color HEX #DB61E5 Free Speech Magenta
📋 copy color: '#DB61E5'red 219 ◦ green 97 ◦ blue 229
Shades of Free Speech Magenta #DB61E5
Tints of Free Speech Magenta #DB61E5
RGB
CMYK
RGB Variations
Color information
#DB61E5 (or 0xDB61E5) is known color: Free Speech Magenta. HEX triplet: DB, 61 and E5. RGB value is (219,97,229). Sum of RGB (Red+Green+Blue) = 219+97+229=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB61E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61E5 is #249E1A. Grayscale: #949494. Windows color (decimal): -2399771 or 15032795. OLE color: 15032795.
HSL color Cylindrical-coordinate representation of color #DB61E5: hue angle of 295.45º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB61E5 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 97 | 229 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.10 |
| HSL | 295.45º | 0.72% | 0.64% | - |
| HSV(B) | 295.45º | 0.58% | 0.9% | - |
| XYZ | 47.63 | 29.27 | 77.27 | - |
| YUV | 148.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 229 | 0.04 | 0.58 | 0 | 0.10 | 295.45 | 0.72 | 0.64 |
| Hex | DB | 61 | E5 | 4 | 3A | 0 | A | 127 | 48 | 40 |
| Octal | 333 | 141 | 345 | 4 | 72 | 0 | 12 | 447 | 110 | 100 |
| Binary | 11011011 | 1100001 | 11100101 | 100 | 111010 | 0 | 1010 | 100100111 | 1001000 | 1000000 |
Color Harmonies of #DB61E5
Complementary color
Monochromatic Colors of #DB61E5
Black with #DB61E5
Text Example
Text Example
White with #DB61E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB61E5; }
p { color: rgb(219,97,229); }
H1.HeaderClassName
{
color: #DB61E5;
}
.AnyTagClassName
{
color: #DB61E5;
}
</style>
background-color css
<style>
a { background-color: #DB61E5; }
a { background-color: rgb(219,97,229); }
div.DivClassName
{
background-color: #DB61E5;
}
.BgClassName
{
background-color: #DB61E5;
}
</style>
border-color css
<style>
span { border-color: #DB61E5; }
span { border-color: rgb(219,97,229); }
td.TdClassName
{
border-color: #DB61E5;
}
.TagClassName
{
border-color: #DB61E5;
}
</style>