Html Css Color HEX #DB43FA Free Speech Magenta
📋 copy color: '#DB43FA'red 219 ◦ green 67 ◦ blue 250
Shades of Free Speech Magenta #DB43FA
Tints of Free Speech Magenta #DB43FA
RGB
CMYK
RGB Variations
Color information
#DB43FA (or 0xDB43FA) is known color: Free Speech Magenta. HEX triplet: DB, 43 and FA. RGB value is (219,67,250). Sum of RGB (Red+Green+Blue) = 219+67+250=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 67 (26.56% from 255 or 12.5% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB43FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB43FA is #24BC05. Grayscale: #848484. Windows color (decimal): -2407430 or 16401371. OLE color: 16401371.
HSL color Cylindrical-coordinate representation of color #DB43FA: hue angle of 289.84º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB43FA is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 67 | 250 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.02 |
| HSL | 289.84º | 0.95% | 0.62% | - |
| HSV(B) | 289.84º | 0.73% | 0.98% | - |
| XYZ | 48.48 | 25.98 | 92.9 | - |
| YUV | 133.31 | 193.86 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 250 | 0.12 | 0.73 | 0 | 0.02 | 289.84 | 0.95 | 0.62 |
| Hex | DB | 43 | FA | C | 49 | 0 | 2 | 122 | 5F | 3E |
| Octal | 333 | 103 | 372 | 14 | 111 | 0 | 2 | 442 | 137 | 76 |
| Binary | 11011011 | 1000011 | 11111010 | 1100 | 1001001 | 0 | 10 | 100100010 | 1011111 | 111110 |
Color Harmonies of #DB43FA
Complementary color
Monochromatic Colors of #DB43FA
Black with #DB43FA
Text Example
Text Example
White with #DB43FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43FA; }
p { color: rgb(219,67,250); }
H1.HeaderClassName
{
color: #DB43FA;
}
.AnyTagClassName
{
color: #DB43FA;
}
</style>
background-color css
<style>
a { background-color: #DB43FA; }
a { background-color: rgb(219,67,250); }
div.DivClassName
{
background-color: #DB43FA;
}
.BgClassName
{
background-color: #DB43FA;
}
</style>
border-color css
<style>
span { border-color: #DB43FA; }
span { border-color: rgb(219,67,250); }
td.TdClassName
{
border-color: #DB43FA;
}
.TagClassName
{
border-color: #DB43FA;
}
</style>