Html Css Color HEX #DF5FE6 Free Speech Magenta
📋 copy color: '#DF5FE6'red 223 ◦ green 95 ◦ blue 230
Shades of Free Speech Magenta #DF5FE6
Tints of Free Speech Magenta #DF5FE6
RGB
CMYK
RGB Variations
Color information
#DF5FE6 (or 0xDF5FE6) is known color: Free Speech Magenta. HEX triplet: DF, 5F and E6. RGB value is (223,95,230). Sum of RGB (Red+Green+Blue) = 223+95+230=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF5FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5FE6 is #20A019. Grayscale: #949494. Windows color (decimal): -2138138 or 15097823. OLE color: 15097823.
HSL color Cylindrical-coordinate representation of color #DF5FE6: hue angle of 296.89º degrees, saturation: 0.73, 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 #DF5FE6 is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 95 | 230 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.10 |
| HSL | 296.89º | 0.73% | 0.64% | - |
| HSV(B) | 296.89º | 0.59% | 0.9% | - |
| XYZ | 48.81 | 29.59 | 78 | - |
| YUV | 148.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 230 | 0.03 | 0.59 | 0 | 0.10 | 296.89 | 0.73 | 0.64 |
| Hex | DF | 5F | E6 | 3 | 3B | 0 | A | 129 | 49 | 40 |
| Octal | 337 | 137 | 346 | 3 | 73 | 0 | 12 | 451 | 111 | 100 |
| Binary | 11011111 | 1011111 | 11100110 | 11 | 111011 | 0 | 1010 | 100101001 | 1001001 | 1000000 |
Color Harmonies of #DF5FE6
Complementary color
Monochromatic Colors of #DF5FE6
Black with #DF5FE6
Text Example
Text Example
White with #DF5FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FE6; }
p { color: rgb(223,95,230); }
H1.HeaderClassName
{
color: #DF5FE6;
}
.AnyTagClassName
{
color: #DF5FE6;
}
</style>
background-color css
<style>
a { background-color: #DF5FE6; }
a { background-color: rgb(223,95,230); }
div.DivClassName
{
background-color: #DF5FE6;
}
.BgClassName
{
background-color: #DF5FE6;
}
</style>
border-color css
<style>
span { border-color: #DF5FE6; }
span { border-color: rgb(223,95,230); }
td.TdClassName
{
border-color: #DF5FE6;
}
.TagClassName
{
border-color: #DF5FE6;
}
</style>