Html Css Color HEX #DB4AF3 Free Speech Magenta
📋 copy color: '#DB4AF3'red 219 ◦ green 74 ◦ blue 243
Shades of Free Speech Magenta #DB4AF3
Tints of Free Speech Magenta #DB4AF3
RGB
CMYK
RGB Variations
Color information
#DB4AF3 (or 0xDB4AF3) is known color: Free Speech Magenta. HEX triplet: DB, 4A and F3. RGB value is (219,74,243). Sum of RGB (Red+Green+Blue) = 219+74+243=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 74 (29.30% from 255 or 13.81% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB4AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4AF3 is #24B50C. Grayscale: #888888. Windows color (decimal): -2405645 or 15944411. OLE color: 15944411.
HSL color Cylindrical-coordinate representation of color #DB4AF3: hue angle of 291.48º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4AF3 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 74 | 243 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.05 |
| HSL | 291.48º | 0.88% | 0.62% | - |
| HSV(B) | 291.48º | 0.7% | 0.95% | - |
| XYZ | 47.84 | 26.43 | 87.37 | - |
| YUV | 136.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 243 | 0.10 | 0.70 | 0 | 0.05 | 291.48 | 0.88 | 0.62 |
| Hex | DB | 4A | F3 | A | 46 | 0 | 5 | 123 | 58 | 3E |
| Octal | 333 | 112 | 363 | 12 | 106 | 0 | 5 | 443 | 130 | 76 |
| Binary | 11011011 | 1001010 | 11110011 | 1010 | 1000110 | 0 | 101 | 100100011 | 1011000 | 111110 |
Color Harmonies of #DB4AF3
Complementary color
Monochromatic Colors of #DB4AF3
Black with #DB4AF3
Text Example
Text Example
White with #DB4AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4AF3; }
p { color: rgb(219,74,243); }
H1.HeaderClassName
{
color: #DB4AF3;
}
.AnyTagClassName
{
color: #DB4AF3;
}
</style>
background-color css
<style>
a { background-color: #DB4AF3; }
a { background-color: rgb(219,74,243); }
div.DivClassName
{
background-color: #DB4AF3;
}
.BgClassName
{
background-color: #DB4AF3;
}
</style>
border-color css
<style>
span { border-color: #DB4AF3; }
span { border-color: rgb(219,74,243); }
td.TdClassName
{
border-color: #DB4AF3;
}
.TagClassName
{
border-color: #DB4AF3;
}
</style>