Html Css Color HEX #DB3BFD Free Speech Magenta
📋 copy color: '#DB3BFD'red 219 ◦ green 59 ◦ blue 253
Shades of Free Speech Magenta #DB3BFD
Tints of Free Speech Magenta #DB3BFD
RGB
CMYK
RGB Variations
Color information
#DB3BFD (or 0xDB3BFD) is known color: Free Speech Magenta. HEX triplet: DB, 3B and FD. RGB value is (219,59,253). Sum of RGB (Red+Green+Blue) = 219+59+253=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 59 (23.44% from 255 or 11.11% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB3BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB3BFD is #24C402. Grayscale: #808080. Windows color (decimal): -2409475 or 16595931. OLE color: 16595931.
HSL color Cylindrical-coordinate representation of color #DB3BFD: hue angle of 289.48º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3BFD is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 59 | 253 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.01 |
| HSL | 289.48º | 0.98% | 0.61% | - |
| HSV(B) | 289.48º | 0.77% | 0.99% | - |
| XYZ | 48.51 | 25.28 | 95.25 | - |
| YUV | 128.96 | 198.01 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 253 | 0.13 | 0.77 | 0 | 0.01 | 289.48 | 0.98 | 0.61 |
| Hex | DB | 3B | FD | D | 4D | 0 | 1 | 121 | 62 | 3D |
| Octal | 333 | 73 | 375 | 15 | 115 | 0 | 1 | 441 | 142 | 75 |
| Binary | 11011011 | 111011 | 11111101 | 1101 | 1001101 | 0 | 1 | 100100001 | 1100010 | 111101 |
Color Harmonies of #DB3BFD
Complementary color
Monochromatic Colors of #DB3BFD
Black with #DB3BFD
Text Example
Text Example
White with #DB3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BFD; }
p { color: rgb(219,59,253); }
H1.HeaderClassName
{
color: #DB3BFD;
}
.AnyTagClassName
{
color: #DB3BFD;
}
</style>
background-color css
<style>
a { background-color: #DB3BFD; }
a { background-color: rgb(219,59,253); }
div.DivClassName
{
background-color: #DB3BFD;
}
.BgClassName
{
background-color: #DB3BFD;
}
</style>
border-color css
<style>
span { border-color: #DB3BFD; }
span { border-color: rgb(219,59,253); }
td.TdClassName
{
border-color: #DB3BFD;
}
.TagClassName
{
border-color: #DB3BFD;
}
</style>