Html Css Color HEX #DB4AF1 Free Speech Magenta
📋 copy color: '#DB4AF1'red 219 ◦ green 74 ◦ blue 241
Shades of Free Speech Magenta #DB4AF1
Tints of Free Speech Magenta #DB4AF1
RGB
CMYK
RGB Variations
Color information
#DB4AF1 (or 0xDB4AF1) is known color: Free Speech Magenta. HEX triplet: DB, 4A and F1. RGB value is (219,74,241). Sum of RGB (Red+Green+Blue) = 219+74+241=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 74 (29.30% from 255 or 13.86% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB4AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AF1 is #24B50E. Grayscale: #878787. Windows color (decimal): -2405647 or 15813339. OLE color: 15813339.
HSL color Cylindrical-coordinate representation of color #DB4AF1: hue angle of 292.1º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4AF1 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 74 | 241 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.05 |
| HSL | 292.1º | 0.86% | 0.62% | - |
| HSV(B) | 292.1º | 0.69% | 0.95% | - |
| XYZ | 47.54 | 26.31 | 85.79 | - |
| YUV | 136.39 | 187.04 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 241 | 0.09 | 0.69 | 0 | 0.05 | 292.1 | 0.86 | 0.62 |
| Hex | DB | 4A | F1 | 9 | 45 | 0 | 5 | 124 | 56 | 3E |
| Octal | 333 | 112 | 361 | 11 | 105 | 0 | 5 | 444 | 126 | 76 |
| Binary | 11011011 | 1001010 | 11110001 | 1001 | 1000101 | 0 | 101 | 100100100 | 1010110 | 111110 |
Color Harmonies of #DB4AF1
Complementary color
Monochromatic Colors of #DB4AF1
Black with #DB4AF1
Text Example
Text Example
White with #DB4AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AF1; }
p { color: rgb(219,74,241); }
H1.HeaderClassName
{
color: #DB4AF1;
}
.AnyTagClassName
{
color: #DB4AF1;
}
</style>
background-color css
<style>
a { background-color: #DB4AF1; }
a { background-color: rgb(219,74,241); }
div.DivClassName
{
background-color: #DB4AF1;
}
.BgClassName
{
background-color: #DB4AF1;
}
</style>
border-color css
<style>
span { border-color: #DB4AF1; }
span { border-color: rgb(219,74,241); }
td.TdClassName
{
border-color: #DB4AF1;
}
.TagClassName
{
border-color: #DB4AF1;
}
</style>