Html Css Color HEX #DF5BE0 Free Speech Magenta
📋 copy color: '#DF5BE0'red 223 ◦ green 91 ◦ blue 224
Shades of Free Speech Magenta #DF5BE0
Tints of Free Speech Magenta #DF5BE0
RGB
CMYK
RGB Variations
Color information
#DF5BE0 (or 0xDF5BE0) is known color: Free Speech Magenta. HEX triplet: DF, 5B and E0. RGB value is (223,91,224). Sum of RGB (Red+Green+Blue) = 223+91+224=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF5BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5BE0 is #20A41F. Grayscale: #919191. Windows color (decimal): -2139168 or 14703583. OLE color: 14703583.
HSL color Cylindrical-coordinate representation of color #DF5BE0: hue angle of 299.55º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5BE0 is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 91 | 224 | - |
| CMYK | 0.00 | 0.59 | 0 | 0.12 |
| HSL | 299.55º | 0.68% | 0.62% | - |
| HSV(B) | 299.55º | 0.59% | 0.88% | - |
| XYZ | 47.63 | 28.55 | 73.52 | - |
| YUV | 145.63 | 172.23 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 224 | 0.00 | 0.59 | 0 | 0.12 | 299.55 | 0.68 | 0.62 |
| Hex | DF | 5B | E0 | 0 | 3B | 0 | C | 12C | 44 | 3E |
| Octal | 337 | 133 | 340 | 0 | 73 | 0 | 14 | 454 | 104 | 76 |
| Binary | 11011111 | 1011011 | 11100000 | 0 | 111011 | 0 | 1100 | 100101100 | 1000100 | 111110 |
Color Harmonies of #DF5BE0
Complementary color
Monochromatic Colors of #DF5BE0
Black with #DF5BE0
Text Example
Text Example
White with #DF5BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BE0; }
p { color: rgb(223,91,224); }
H1.HeaderClassName
{
color: #DF5BE0;
}
.AnyTagClassName
{
color: #DF5BE0;
}
</style>
background-color css
<style>
a { background-color: #DF5BE0; }
a { background-color: rgb(223,91,224); }
div.DivClassName
{
background-color: #DF5BE0;
}
.BgClassName
{
background-color: #DF5BE0;
}
</style>
border-color css
<style>
span { border-color: #DF5BE0; }
span { border-color: rgb(223,91,224); }
td.TdClassName
{
border-color: #DF5BE0;
}
.TagClassName
{
border-color: #DF5BE0;
}
</style>