Html Css Color HEX #DB5FE6 Free Speech Magenta
📋 copy color: '#DB5FE6'red 219 ◦ green 95 ◦ blue 230
Shades of Free Speech Magenta #DB5FE6
Tints of Free Speech Magenta #DB5FE6
RGB
CMYK
RGB Variations
Color information
#DB5FE6 (or 0xDB5FE6) is known color: Free Speech Magenta. HEX triplet: DB, 5F and E6. RGB value is (219,95,230). Sum of RGB (Red+Green+Blue) = 219+95+230=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB5FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5FE6 is #24A019. Grayscale: #939393. Windows color (decimal): -2400282 or 15097819. OLE color: 15097819.
HSL color Cylindrical-coordinate representation of color #DB5FE6: hue angle of 295.11º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5FE6 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 95 | 230 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.10 |
| HSL | 295.11º | 0.73% | 0.64% | - |
| HSV(B) | 295.11º | 0.59% | 0.9% | - |
| XYZ | 47.59 | 28.96 | 77.94 | - |
| YUV | 147.47 | 174.58 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 230 | 0.05 | 0.59 | 0 | 0.10 | 295.11 | 0.73 | 0.64 |
| Hex | DB | 5F | E6 | 5 | 3B | 0 | A | 127 | 49 | 40 |
| Octal | 333 | 137 | 346 | 5 | 73 | 0 | 12 | 447 | 111 | 100 |
| Binary | 11011011 | 1011111 | 11100110 | 101 | 111011 | 0 | 1010 | 100100111 | 1001001 | 1000000 |
Color Harmonies of #DB5FE6
Complementary color
Monochromatic Colors of #DB5FE6
Black with #DB5FE6
Text Example
Text Example
White with #DB5FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FE6; }
p { color: rgb(219,95,230); }
H1.HeaderClassName
{
color: #DB5FE6;
}
.AnyTagClassName
{
color: #DB5FE6;
}
</style>
background-color css
<style>
a { background-color: #DB5FE6; }
a { background-color: rgb(219,95,230); }
div.DivClassName
{
background-color: #DB5FE6;
}
.BgClassName
{
background-color: #DB5FE6;
}
</style>
border-color css
<style>
span { border-color: #DB5FE6; }
span { border-color: rgb(219,95,230); }
td.TdClassName
{
border-color: #DB5FE6;
}
.TagClassName
{
border-color: #DB5FE6;
}
</style>