Html Css Color HEX #DB3EFC Free Speech Magenta
📋 copy color: '#DB3EFC'red 219 ◦ green 62 ◦ blue 252
Shades of Free Speech Magenta #DB3EFC
Tints of Free Speech Magenta #DB3EFC
RGB
CMYK
RGB Variations
Color information
#DB3EFC (or 0xDB3EFC) is known color: Free Speech Magenta. HEX triplet: DB, 3E and FC. RGB value is (219,62,252). Sum of RGB (Red+Green+Blue) = 219+62+252=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 62 (24.61% from 255 or 11.63% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB3EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3EFC is #24C103. Grayscale: #828282. Windows color (decimal): -2408708 or 16531163. OLE color: 16531163.
HSL color Cylindrical-coordinate representation of color #DB3EFC: hue angle of 289.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3EFC is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 62 | 252 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.01 |
| HSL | 289.58º | 0.97% | 0.62% | - |
| HSV(B) | 289.58º | 0.75% | 0.99% | - |
| XYZ | 48.51 | 25.53 | 94.47 | - |
| YUV | 130.6 | 196.51 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 252 | 0.13 | 0.75 | 0 | 0.01 | 289.58 | 0.97 | 0.62 |
| Hex | DB | 3E | FC | D | 4B | 0 | 1 | 122 | 61 | 3E |
| Octal | 333 | 76 | 374 | 15 | 113 | 0 | 1 | 442 | 141 | 76 |
| Binary | 11011011 | 111110 | 11111100 | 1101 | 1001011 | 0 | 1 | 100100010 | 1100001 | 111110 |
Color Harmonies of #DB3EFC
Complementary color
Monochromatic Colors of #DB3EFC
Black with #DB3EFC
Text Example
Text Example
White with #DB3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3EFC; }
p { color: rgb(219,62,252); }
H1.HeaderClassName
{
color: #DB3EFC;
}
.AnyTagClassName
{
color: #DB3EFC;
}
</style>
background-color css
<style>
a { background-color: #DB3EFC; }
a { background-color: rgb(219,62,252); }
div.DivClassName
{
background-color: #DB3EFC;
}
.BgClassName
{
background-color: #DB3EFC;
}
</style>
border-color css
<style>
span { border-color: #DB3EFC; }
span { border-color: rgb(219,62,252); }
td.TdClassName
{
border-color: #DB3EFC;
}
.TagClassName
{
border-color: #DB3EFC;
}
</style>