Html Css Color HEX #DB43FB Free Speech Magenta
📋 copy color: '#DB43FB'red 219 ◦ green 67 ◦ blue 251
Shades of Free Speech Magenta #DB43FB
Tints of Free Speech Magenta #DB43FB
RGB
CMYK
RGB Variations
Color information
#DB43FB (or 0xDB43FB) is known color: Free Speech Magenta. HEX triplet: DB, 43 and FB. RGB value is (219,67,251). Sum of RGB (Red+Green+Blue) = 219+67+251=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 67 (26.56% from 255 or 12.48% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB43FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB43FB is #24BC04. Grayscale: #848484. Windows color (decimal): -2407429 or 16466907. OLE color: 16466907.
HSL color Cylindrical-coordinate representation of color #DB43FB: hue angle of 289.57º degrees, saturation: 0.96, 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 #DB43FB is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 67 | 251 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.02 |
| HSL | 289.57º | 0.96% | 0.62% | - |
| HSV(B) | 289.57º | 0.73% | 0.98% | - |
| XYZ | 48.63 | 26.04 | 93.73 | - |
| YUV | 133.42 | 194.36 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 67 | 251 | 0.13 | 0.73 | 0 | 0.02 | 289.57 | 0.96 | 0.62 |
| Hex | DB | 43 | FB | D | 49 | 0 | 2 | 122 | 60 | 3E |
| Octal | 333 | 103 | 373 | 15 | 111 | 0 | 2 | 442 | 140 | 76 |
| Binary | 11011011 | 1000011 | 11111011 | 1101 | 1001001 | 0 | 10 | 100100010 | 1100000 | 111110 |
Color Harmonies of #DB43FB
Complementary color
Monochromatic Colors of #DB43FB
Black with #DB43FB
Text Example
Text Example
White with #DB43FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB43FB; }
p { color: rgb(219,67,251); }
H1.HeaderClassName
{
color: #DB43FB;
}
.AnyTagClassName
{
color: #DB43FB;
}
</style>
background-color css
<style>
a { background-color: #DB43FB; }
a { background-color: rgb(219,67,251); }
div.DivClassName
{
background-color: #DB43FB;
}
.BgClassName
{
background-color: #DB43FB;
}
</style>
border-color css
<style>
span { border-color: #DB43FB; }
span { border-color: rgb(219,67,251); }
td.TdClassName
{
border-color: #DB43FB;
}
.TagClassName
{
border-color: #DB43FB;
}
</style>