Html Css Color HEX #DB3CEF Free Speech Magenta
📋 copy color: '#DB3CEF'red 219 ◦ green 60 ◦ blue 239
Shades of Free Speech Magenta #DB3CEF
Tints of Free Speech Magenta #DB3CEF
RGB
CMYK
RGB Variations
Color information
#DB3CEF (or 0xDB3CEF) is known color: Free Speech Magenta. HEX triplet: DB, 3C and EF. RGB value is (219,60,239). Sum of RGB (Red+Green+Blue) = 219+60+239=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3CEF is #24C310. Grayscale: #7F7F7F. Windows color (decimal): -2409233 or 15678683. OLE color: 15678683.
HSL color Cylindrical-coordinate representation of color #DB3CEF: hue angle of 293.3º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3CEF is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 60 | 239 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.06 |
| HSL | 293.3º | 0.85% | 0.59% | - |
| HSV(B) | 293.3º | 0.75% | 0.94% | - |
| XYZ | 46.41 | 24.52 | 83.95 | - |
| YUV | 127.95 | 190.68 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 239 | 0.08 | 0.75 | 0 | 0.06 | 293.3 | 0.85 | 0.59 |
| Hex | DB | 3C | EF | 8 | 4B | 0 | 6 | 125 | 55 | 3B |
| Octal | 333 | 74 | 357 | 10 | 113 | 0 | 6 | 445 | 125 | 73 |
| Binary | 11011011 | 111100 | 11101111 | 1000 | 1001011 | 0 | 110 | 100100101 | 1010101 | 111011 |
Color Harmonies of #DB3CEF
Complementary color
Monochromatic Colors of #DB3CEF
Black with #DB3CEF
Text Example
Text Example
White with #DB3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3CEF; }
p { color: rgb(219,60,239); }
H1.HeaderClassName
{
color: #DB3CEF;
}
.AnyTagClassName
{
color: #DB3CEF;
}
</style>
background-color css
<style>
a { background-color: #DB3CEF; }
a { background-color: rgb(219,60,239); }
div.DivClassName
{
background-color: #DB3CEF;
}
.BgClassName
{
background-color: #DB3CEF;
}
</style>
border-color css
<style>
span { border-color: #DB3CEF; }
span { border-color: rgb(219,60,239); }
td.TdClassName
{
border-color: #DB3CEF;
}
.TagClassName
{
border-color: #DB3CEF;
}
</style>