Html Css Color HEX #DB39F2 Free Speech Magenta
📋 copy color: '#DB39F2'red 219 ◦ green 57 ◦ blue 242
Shades of Free Speech Magenta #DB39F2
Tints of Free Speech Magenta #DB39F2
RGB
CMYK
RGB Variations
Color information
#DB39F2 (or 0xDB39F2) is known color: Free Speech Magenta. HEX triplet: DB, 39 and F2. RGB value is (219,57,242). Sum of RGB (Red+Green+Blue) = 219+57+242=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 57 (22.66% from 255 or 11.00% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB39F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB39F2 is #24C60D. Grayscale: #7D7D7D. Windows color (decimal): -2409998 or 15874523. OLE color: 15874523.
HSL color Cylindrical-coordinate representation of color #DB39F2: hue angle of 292.54º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB39F2 is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 57 | 242 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.05 |
| HSL | 292.54º | 0.88% | 0.59% | - |
| HSV(B) | 292.54º | 0.76% | 0.95% | - |
| XYZ | 46.7 | 24.4 | 86.25 | - |
| YUV | 126.53 | 193.17 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 242 | 0.10 | 0.76 | 0 | 0.05 | 292.54 | 0.88 | 0.59 |
| Hex | DB | 39 | F2 | A | 4C | 0 | 5 | 125 | 58 | 3B |
| Octal | 333 | 71 | 362 | 12 | 114 | 0 | 5 | 445 | 130 | 73 |
| Binary | 11011011 | 111001 | 11110010 | 1010 | 1001100 | 0 | 101 | 100100101 | 1011000 | 111011 |
Color Harmonies of #DB39F2
Complementary color
Monochromatic Colors of #DB39F2
Black with #DB39F2
Text Example
Text Example
White with #DB39F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39F2; }
p { color: rgb(219,57,242); }
H1.HeaderClassName
{
color: #DB39F2;
}
.AnyTagClassName
{
color: #DB39F2;
}
</style>
background-color css
<style>
a { background-color: #DB39F2; }
a { background-color: rgb(219,57,242); }
div.DivClassName
{
background-color: #DB39F2;
}
.BgClassName
{
background-color: #DB39F2;
}
</style>
border-color css
<style>
span { border-color: #DB39F2; }
span { border-color: rgb(219,57,242); }
td.TdClassName
{
border-color: #DB39F2;
}
.TagClassName
{
border-color: #DB39F2;
}
</style>