Html Css Color HEX #DB38F5 Free Speech Magenta
📋 copy color: '#DB38F5'red 219 ◦ green 56 ◦ blue 245
Shades of Free Speech Magenta #DB38F5
Tints of Free Speech Magenta #DB38F5
RGB
CMYK
RGB Variations
Color information
#DB38F5 (or 0xDB38F5) is known color: Free Speech Magenta. HEX triplet: DB, 38 and F5. RGB value is (219,56,245). Sum of RGB (Red+Green+Blue) = 219+56+245=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 56 (22.27% from 255 or 10.77% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB38F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB38F5 is #24C70A. Grayscale: #7D7D7D. Windows color (decimal): -2410251 or 16070875. OLE color: 16070875.
HSL color Cylindrical-coordinate representation of color #DB38F5: hue angle of 291.75º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB38F5 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 56 | 245 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.04 |
| HSL | 291.75º | 0.9% | 0.59% | - |
| HSV(B) | 291.75º | 0.77% | 0.96% | - |
| XYZ | 47.11 | 24.48 | 88.63 | - |
| YUV | 126.28 | 195 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 245 | 0.11 | 0.77 | 0 | 0.04 | 291.75 | 0.9 | 0.59 |
| Hex | DB | 38 | F5 | B | 4D | 0 | 4 | 124 | 5A | 3B |
| Octal | 333 | 70 | 365 | 13 | 115 | 0 | 4 | 444 | 132 | 73 |
| Binary | 11011011 | 111000 | 11110101 | 1011 | 1001101 | 0 | 100 | 100100100 | 1011010 | 111011 |
Color Harmonies of #DB38F5
Complementary color
Monochromatic Colors of #DB38F5
Black with #DB38F5
Text Example
Text Example
White with #DB38F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38F5; }
p { color: rgb(219,56,245); }
H1.HeaderClassName
{
color: #DB38F5;
}
.AnyTagClassName
{
color: #DB38F5;
}
</style>
background-color css
<style>
a { background-color: #DB38F5; }
a { background-color: rgb(219,56,245); }
div.DivClassName
{
background-color: #DB38F5;
}
.BgClassName
{
background-color: #DB38F5;
}
</style>
border-color css
<style>
span { border-color: #DB38F5; }
span { border-color: rgb(219,56,245); }
td.TdClassName
{
border-color: #DB38F5;
}
.TagClassName
{
border-color: #DB38F5;
}
</style>