Html Css Color HEX #DB4AF5 Free Speech Magenta
📋 copy color: '#DB4AF5'red 219 ◦ green 74 ◦ blue 245
Shades of Free Speech Magenta #DB4AF5
Tints of Free Speech Magenta #DB4AF5
RGB
CMYK
RGB Variations
Color information
#DB4AF5 (or 0xDB4AF5) is known color: Free Speech Magenta. HEX triplet: DB, 4A and F5. RGB value is (219,74,245). Sum of RGB (Red+Green+Blue) = 219+74+245=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 74 (29.30% from 255 or 13.75% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB4AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AF5 is #24B50A. Grayscale: #888888. Windows color (decimal): -2405643 or 16075483. OLE color: 16075483.
HSL color Cylindrical-coordinate representation of color #DB4AF5: hue angle of 290.88º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4AF5 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 74 | 245 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.04 |
| HSL | 290.88º | 0.9% | 0.63% | - |
| HSV(B) | 290.88º | 0.7% | 0.96% | - |
| XYZ | 48.14 | 26.55 | 88.97 | - |
| YUV | 136.85 | 189.04 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 245 | 0.11 | 0.70 | 0 | 0.04 | 290.88 | 0.9 | 0.63 |
| Hex | DB | 4A | F5 | B | 46 | 0 | 4 | 123 | 5A | 3F |
| Octal | 333 | 112 | 365 | 13 | 106 | 0 | 4 | 443 | 132 | 77 |
| Binary | 11011011 | 1001010 | 11110101 | 1011 | 1000110 | 0 | 100 | 100100011 | 1011010 | 111111 |
Color Harmonies of #DB4AF5
Complementary color
Monochromatic Colors of #DB4AF5
Black with #DB4AF5
Text Example
Text Example
White with #DB4AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AF5; }
p { color: rgb(219,74,245); }
H1.HeaderClassName
{
color: #DB4AF5;
}
.AnyTagClassName
{
color: #DB4AF5;
}
</style>
background-color css
<style>
a { background-color: #DB4AF5; }
a { background-color: rgb(219,74,245); }
div.DivClassName
{
background-color: #DB4AF5;
}
.BgClassName
{
background-color: #DB4AF5;
}
</style>
border-color css
<style>
span { border-color: #DB4AF5; }
span { border-color: rgb(219,74,245); }
td.TdClassName
{
border-color: #DB4AF5;
}
.TagClassName
{
border-color: #DB4AF5;
}
</style>