Html Css Color HEX #DB47EE Free Speech Magenta
📋 copy color: '#DB47EE'red 219 ◦ green 71 ◦ blue 238
Shades of Free Speech Magenta #DB47EE
Tints of Free Speech Magenta #DB47EE
RGB
CMYK
RGB Variations
Color information
#DB47EE (or 0xDB47EE) is known color: Free Speech Magenta. HEX triplet: DB, 47 and EE. RGB value is (219,71,238). Sum of RGB (Red+Green+Blue) = 219+71+238=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 71 (28.12% from 255 or 13.45% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB47EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB47EE is #24B811. Grayscale: #858585. Windows color (decimal): -2406418 or 15615963. OLE color: 15615963.
HSL color Cylindrical-coordinate representation of color #DB47EE: hue angle of 293.17º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB47EE is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 71 | 238 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.07 |
| HSL | 293.17º | 0.83% | 0.61% | - |
| HSV(B) | 293.17º | 0.7% | 0.93% | - |
| XYZ | 46.9 | 25.74 | 83.39 | - |
| YUV | 134.29 | 186.53 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 238 | 0.08 | 0.70 | 0 | 0.07 | 293.17 | 0.83 | 0.61 |
| Hex | DB | 47 | EE | 8 | 46 | 0 | 7 | 125 | 53 | 3D |
| Octal | 333 | 107 | 356 | 10 | 106 | 0 | 7 | 445 | 123 | 75 |
| Binary | 11011011 | 1000111 | 11101110 | 1000 | 1000110 | 0 | 111 | 100100101 | 1010011 | 111101 |
Color Harmonies of #DB47EE
Complementary color
Monochromatic Colors of #DB47EE
Black with #DB47EE
Text Example
Text Example
White with #DB47EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB47EE; }
p { color: rgb(219,71,238); }
H1.HeaderClassName
{
color: #DB47EE;
}
.AnyTagClassName
{
color: #DB47EE;
}
</style>
background-color css
<style>
a { background-color: #DB47EE; }
a { background-color: rgb(219,71,238); }
div.DivClassName
{
background-color: #DB47EE;
}
.BgClassName
{
background-color: #DB47EE;
}
</style>
border-color css
<style>
span { border-color: #DB47EE; }
span { border-color: rgb(219,71,238); }
td.TdClassName
{
border-color: #DB47EE;
}
.TagClassName
{
border-color: #DB47EE;
}
</style>