Html Css Color HEX #DB4FEE Free Speech Magenta
📋 copy color: '#DB4FEE'red 219 ◦ green 79 ◦ blue 238
Shades of Free Speech Magenta #DB4FEE
Tints of Free Speech Magenta #DB4FEE
RGB
CMYK
RGB Variations
Color information
#DB4FEE (or 0xDB4FEE) is known color: Free Speech Magenta. HEX triplet: DB, 4F and EE. RGB value is (219,79,238). Sum of RGB (Red+Green+Blue) = 219+79+238=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 79 (31.25% from 255 or 14.74% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB4FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4FEE is #24B011. Grayscale: #8A8A8A. Windows color (decimal): -2404370 or 15618011. OLE color: 15618011.
HSL color Cylindrical-coordinate representation of color #DB4FEE: hue angle of 292.83º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4FEE is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 79 | 238 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.07 |
| HSL | 292.83º | 0.82% | 0.62% | - |
| HSV(B) | 292.83º | 0.67% | 0.93% | - |
| XYZ | 47.44 | 26.83 | 83.57 | - |
| YUV | 138.99 | 183.88 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 238 | 0.08 | 0.67 | 0 | 0.07 | 292.83 | 0.82 | 0.62 |
| Hex | DB | 4F | EE | 8 | 43 | 0 | 7 | 125 | 52 | 3E |
| Octal | 333 | 117 | 356 | 10 | 103 | 0 | 7 | 445 | 122 | 76 |
| Binary | 11011011 | 1001111 | 11101110 | 1000 | 1000011 | 0 | 111 | 100100101 | 1010010 | 111110 |
Color Harmonies of #DB4FEE
Complementary color
Monochromatic Colors of #DB4FEE
Black with #DB4FEE
Text Example
Text Example
White with #DB4FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FEE; }
p { color: rgb(219,79,238); }
H1.HeaderClassName
{
color: #DB4FEE;
}
.AnyTagClassName
{
color: #DB4FEE;
}
</style>
background-color css
<style>
a { background-color: #DB4FEE; }
a { background-color: rgb(219,79,238); }
div.DivClassName
{
background-color: #DB4FEE;
}
.BgClassName
{
background-color: #DB4FEE;
}
</style>
border-color css
<style>
span { border-color: #DB4FEE; }
span { border-color: rgb(219,79,238); }
td.TdClassName
{
border-color: #DB4FEE;
}
.TagClassName
{
border-color: #DB4FEE;
}
</style>