Html Css Color HEX #DF5FE5 Free Speech Magenta
📋 copy color: '#DF5FE5'red 223 ◦ green 95 ◦ blue 229
Shades of Free Speech Magenta #DF5FE5
Tints of Free Speech Magenta #DF5FE5
RGB
CMYK
RGB Variations
Color information
#DF5FE5 (or 0xDF5FE5) is known color: Free Speech Magenta. HEX triplet: DF, 5F and E5. RGB value is (223,95,229). Sum of RGB (Red+Green+Blue) = 223+95+229=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF5FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF5FE5 is #20A01A. Grayscale: #949494. Windows color (decimal): -2138139 or 15032287. OLE color: 15032287.
HSL color Cylindrical-coordinate representation of color #DF5FE5: hue angle of 297.31º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF5FE5 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 95 | 229 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.10 |
| HSL | 297.31º | 0.72% | 0.64% | - |
| HSV(B) | 297.31º | 0.59% | 0.9% | - |
| XYZ | 48.67 | 29.53 | 77.26 | - |
| YUV | 148.55 | 173.41 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 229 | 0.03 | 0.59 | 0 | 0.10 | 297.31 | 0.72 | 0.64 |
| Hex | DF | 5F | E5 | 3 | 3B | 0 | A | 129 | 48 | 40 |
| Octal | 337 | 137 | 345 | 3 | 73 | 0 | 12 | 451 | 110 | 100 |
| Binary | 11011111 | 1011111 | 11100101 | 11 | 111011 | 0 | 1010 | 100101001 | 1001000 | 1000000 |
Color Harmonies of #DF5FE5
Complementary color
Monochromatic Colors of #DF5FE5
Black with #DF5FE5
Text Example
Text Example
White with #DF5FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FE5; }
p { color: rgb(223,95,229); }
H1.HeaderClassName
{
color: #DF5FE5;
}
.AnyTagClassName
{
color: #DF5FE5;
}
</style>
background-color css
<style>
a { background-color: #DF5FE5; }
a { background-color: rgb(223,95,229); }
div.DivClassName
{
background-color: #DF5FE5;
}
.BgClassName
{
background-color: #DF5FE5;
}
</style>
border-color css
<style>
span { border-color: #DF5FE5; }
span { border-color: rgb(223,95,229); }
td.TdClassName
{
border-color: #DF5FE5;
}
.TagClassName
{
border-color: #DF5FE5;
}
</style>