Html Css Color HEX #DB5FE3 Free Speech Magenta
📋 copy color: '#DB5FE3'red 219 ◦ green 95 ◦ blue 227
Shades of Free Speech Magenta #DB5FE3
Tints of Free Speech Magenta #DB5FE3
RGB
CMYK
RGB Variations
Color information
#DB5FE3 (or 0xDB5FE3) is known color: Free Speech Magenta. HEX triplet: DB, 5F and E3. RGB value is (219,95,227). Sum of RGB (Red+Green+Blue) = 219+95+227=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB5FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FE3 is #24A01C. Grayscale: #929292. Windows color (decimal): -2400285 or 14901211. OLE color: 14901211.
HSL color Cylindrical-coordinate representation of color #DB5FE3: hue angle of 296.36º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5FE3 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 95 | 227 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.11 |
| HSL | 296.36º | 0.7% | 0.63% | - |
| HSV(B) | 296.36º | 0.58% | 0.89% | - |
| XYZ | 47.17 | 28.79 | 75.74 | - |
| YUV | 147.12 | 173.08 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 227 | 0.04 | 0.58 | 0 | 0.11 | 296.36 | 0.7 | 0.63 |
| Hex | DB | 5F | E3 | 4 | 3A | 0 | B | 128 | 46 | 3F |
| Octal | 333 | 137 | 343 | 4 | 72 | 0 | 13 | 450 | 106 | 77 |
| Binary | 11011011 | 1011111 | 11100011 | 100 | 111010 | 0 | 1011 | 100101000 | 1000110 | 111111 |
Color Harmonies of #DB5FE3
Complementary color
Monochromatic Colors of #DB5FE3
Black with #DB5FE3
Text Example
Text Example
White with #DB5FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FE3; }
p { color: rgb(219,95,227); }
H1.HeaderClassName
{
color: #DB5FE3;
}
.AnyTagClassName
{
color: #DB5FE3;
}
</style>
background-color css
<style>
a { background-color: #DB5FE3; }
a { background-color: rgb(219,95,227); }
div.DivClassName
{
background-color: #DB5FE3;
}
.BgClassName
{
background-color: #DB5FE3;
}
</style>
border-color css
<style>
span { border-color: #DB5FE3; }
span { border-color: rgb(219,95,227); }
td.TdClassName
{
border-color: #DB5FE3;
}
.TagClassName
{
border-color: #DB5FE3;
}
</style>