Html Css Color HEX #DB5FE4 Free Speech Magenta
📋 copy color: '#DB5FE4'red 219 ◦ green 95 ◦ blue 228
Shades of Free Speech Magenta #DB5FE4
Tints of Free Speech Magenta #DB5FE4
RGB
CMYK
RGB Variations
Color information
#DB5FE4 (or 0xDB5FE4) is known color: Free Speech Magenta. HEX triplet: DB, 5F and E4. RGB value is (219,95,228). Sum of RGB (Red+Green+Blue) = 219+95+228=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 95 (37.5% from 255 or 17.53% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB5FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FE4 is #24A01B. Grayscale: #929292. Windows color (decimal): -2400284 or 14966747. OLE color: 14966747.
HSL color Cylindrical-coordinate representation of color #DB5FE4: hue angle of 295.94º degrees, saturation: 0.71, 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 #DB5FE4 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 95 | 228 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.11 |
| HSL | 295.94º | 0.71% | 0.63% | - |
| HSV(B) | 295.94º | 0.58% | 0.89% | - |
| XYZ | 47.31 | 28.85 | 76.47 | - |
| YUV | 147.24 | 173.58 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 95 | 228 | 0.04 | 0.58 | 0 | 0.11 | 295.94 | 0.71 | 0.63 |
| Hex | DB | 5F | E4 | 4 | 3A | 0 | B | 128 | 47 | 3F |
| Octal | 333 | 137 | 344 | 4 | 72 | 0 | 13 | 450 | 107 | 77 |
| Binary | 11011011 | 1011111 | 11100100 | 100 | 111010 | 0 | 1011 | 100101000 | 1000111 | 111111 |
Color Harmonies of #DB5FE4
Complementary color
Monochromatic Colors of #DB5FE4
Black with #DB5FE4
Text Example
Text Example
White with #DB5FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5FE4; }
p { color: rgb(219,95,228); }
H1.HeaderClassName
{
color: #DB5FE4;
}
.AnyTagClassName
{
color: #DB5FE4;
}
</style>
background-color css
<style>
a { background-color: #DB5FE4; }
a { background-color: rgb(219,95,228); }
div.DivClassName
{
background-color: #DB5FE4;
}
.BgClassName
{
background-color: #DB5FE4;
}
</style>
border-color css
<style>
span { border-color: #DB5FE4; }
span { border-color: rgb(219,95,228); }
td.TdClassName
{
border-color: #DB5FE4;
}
.TagClassName
{
border-color: #DB5FE4;
}
</style>