Html Css Color HEX #DB40E6 Free Speech Magenta
📋 copy color: '#DB40E6'red 219 ◦ green 64 ◦ blue 230
Shades of Free Speech Magenta #DB40E6
Tints of Free Speech Magenta #DB40E6
RGB
CMYK
RGB Variations
Color information
#DB40E6 (or 0xDB40E6) is known color: Free Speech Magenta. HEX triplet: DB, 40 and E6. RGB value is (219,64,230). Sum of RGB (Red+Green+Blue) = 219+64+230=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB40E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB40E6 is #24BF19. Grayscale: #808080. Windows color (decimal): -2408218 or 15089883. OLE color: 15089883.
HSL color Cylindrical-coordinate representation of color #DB40E6: hue angle of 296.02º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB40E6 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 64 | 230 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.10 |
| HSL | 296.02º | 0.77% | 0.58% | - |
| HSV(B) | 296.02º | 0.72% | 0.9% | - |
| XYZ | 45.33 | 24.44 | 77.19 | - |
| YUV | 129.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 230 | 0.05 | 0.72 | 0 | 0.10 | 296.02 | 0.77 | 0.58 |
| Hex | DB | 40 | E6 | 5 | 48 | 0 | A | 128 | 4D | 3A |
| Octal | 333 | 100 | 346 | 5 | 110 | 0 | 12 | 450 | 115 | 72 |
| Binary | 11011011 | 1000000 | 11100110 | 101 | 1001000 | 0 | 1010 | 100101000 | 1001101 | 111010 |
Color Harmonies of #DB40E6
Complementary color
Monochromatic Colors of #DB40E6
Black with #DB40E6
Text Example
Text Example
White with #DB40E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40E6; }
p { color: rgb(219,64,230); }
H1.HeaderClassName
{
color: #DB40E6;
}
.AnyTagClassName
{
color: #DB40E6;
}
</style>
background-color css
<style>
a { background-color: #DB40E6; }
a { background-color: rgb(219,64,230); }
div.DivClassName
{
background-color: #DB40E6;
}
.BgClassName
{
background-color: #DB40E6;
}
</style>
border-color css
<style>
span { border-color: #DB40E6; }
span { border-color: rgb(219,64,230); }
td.TdClassName
{
border-color: #DB40E6;
}
.TagClassName
{
border-color: #DB40E6;
}
</style>