Html Css Color HEX #DB4FEF Free Speech Magenta
📋 copy color: '#DB4FEF'red 219 ◦ green 79 ◦ blue 239
Shades of Free Speech Magenta #DB4FEF
Tints of Free Speech Magenta #DB4FEF
RGB
CMYK
RGB Variations
Color information
#DB4FEF (or 0xDB4FEF) is known color: Free Speech Magenta. HEX triplet: DB, 4F and EF. RGB value is (219,79,239). Sum of RGB (Red+Green+Blue) = 219+79+239=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 79 (31.25% from 255 or 14.71% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB4FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4FEF is #24B010. Grayscale: #8A8A8A. Windows color (decimal): -2404369 or 15683547. OLE color: 15683547.
HSL color Cylindrical-coordinate representation of color #DB4FEF: hue angle of 292.5º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4FEF is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 79 | 239 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.06 |
| HSL | 292.5º | 0.83% | 0.62% | - |
| HSV(B) | 292.5º | 0.67% | 0.94% | - |
| XYZ | 47.59 | 26.88 | 84.34 | - |
| YUV | 139.1 | 184.38 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 239 | 0.08 | 0.67 | 0 | 0.06 | 292.5 | 0.83 | 0.62 |
| Hex | DB | 4F | EF | 8 | 43 | 0 | 6 | 124 | 53 | 3E |
| Octal | 333 | 117 | 357 | 10 | 103 | 0 | 6 | 444 | 123 | 76 |
| Binary | 11011011 | 1001111 | 11101111 | 1000 | 1000011 | 0 | 110 | 100100100 | 1010011 | 111110 |
Color Harmonies of #DB4FEF
Complementary color
Monochromatic Colors of #DB4FEF
Black with #DB4FEF
Text Example
Text Example
White with #DB4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FEF; }
p { color: rgb(219,79,239); }
H1.HeaderClassName
{
color: #DB4FEF;
}
.AnyTagClassName
{
color: #DB4FEF;
}
</style>
background-color css
<style>
a { background-color: #DB4FEF; }
a { background-color: rgb(219,79,239); }
div.DivClassName
{
background-color: #DB4FEF;
}
.BgClassName
{
background-color: #DB4FEF;
}
</style>
border-color css
<style>
span { border-color: #DB4FEF; }
span { border-color: rgb(219,79,239); }
td.TdClassName
{
border-color: #DB4FEF;
}
.TagClassName
{
border-color: #DB4FEF;
}
</style>