Html Css Color HEX #DB39FF Free Speech Magenta
📋 copy color: '#DB39FF'red 219 ◦ green 57 ◦ blue 255
Shades of Free Speech Magenta #DB39FF
Tints of Free Speech Magenta #DB39FF
RGB
CMYK
RGB Variations
Color information
#DB39FF (or 0xDB39FF) is known color: Free Speech Magenta. HEX triplet: DB, 39 and FF. RGB value is (219,57,255). Sum of RGB (Red+Green+Blue) = 219+57+255=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 57 (22.66% from 255 or 10.73% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB39FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB39FF is #24C600. Grayscale: #7F7F7F. Windows color (decimal): -2409985 or 16726491. OLE color: 16726491.
HSL color Cylindrical-coordinate representation of color #DB39FF: hue angle of 289.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB39FF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 57 | 255 | - |
| CMYK | 0.14 | 0.78 | 0 | 0 |
| HSL | 289.09º | 1% | 0.61% | - |
| HSV(B) | 289.09º | 0.78% | 1% | - |
| XYZ | 48.73 | 25.21 | 96.9 | - |
| YUV | 128.01 | 199.67 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 255 | 0.14 | 0.78 | 0 | 0 | 289.09 | 1 | 0.61 |
| Hex | DB | 39 | FF | E | 4E | 0 | 0 | 121 | 64 | 3D |
| Octal | 333 | 71 | 377 | 16 | 116 | 0 | 0 | 441 | 144 | 75 |
| Binary | 11011011 | 111001 | 11111111 | 1110 | 1001110 | 0 | 0 | 100100001 | 1100100 | 111101 |
Color Harmonies of #DB39FF
Complementary color
Monochromatic Colors of #DB39FF
Black with #DB39FF
Text Example
Text Example
White with #DB39FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39FF; }
p { color: rgb(219,57,255); }
H1.HeaderClassName
{
color: #DB39FF;
}
.AnyTagClassName
{
color: #DB39FF;
}
</style>
background-color css
<style>
a { background-color: #DB39FF; }
a { background-color: rgb(219,57,255); }
div.DivClassName
{
background-color: #DB39FF;
}
.BgClassName
{
background-color: #DB39FF;
}
</style>
border-color css
<style>
span { border-color: #DB39FF; }
span { border-color: rgb(219,57,255); }
td.TdClassName
{
border-color: #DB39FF;
}
.TagClassName
{
border-color: #DB39FF;
}
</style>