Html Css Color HEX #DF60ED Free Speech Magenta
📋 copy color: '#DF60ED'red 223 ◦ green 96 ◦ blue 237
Shades of Free Speech Magenta #DF60ED
Tints of Free Speech Magenta #DF60ED
RGB
CMYK
RGB Variations
Color information
#DF60ED (or 0xDF60ED) is known color: Free Speech Magenta. HEX triplet: DF, 60 and ED. RGB value is (223,96,237). Sum of RGB (Red+Green+Blue) = 223+96+237=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF60ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60ED is #209F12. Grayscale: #959595. Windows color (decimal): -2137875 or 15556831. OLE color: 15556831.
HSL color Cylindrical-coordinate representation of color #DF60ED: hue angle of 294.04º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF60ED is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 96 | 237 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.07 |
| HSL | 294.04º | 0.8% | 0.65% | - |
| HSV(B) | 294.04º | 0.59% | 0.93% | - |
| XYZ | 49.9 | 30.17 | 83.31 | - |
| YUV | 150.05 | 177.08 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 237 | 0.06 | 0.59 | 0 | 0.07 | 294.04 | 0.8 | 0.65 |
| Hex | DF | 60 | ED | 6 | 3B | 0 | 7 | 126 | 50 | 41 |
| Octal | 337 | 140 | 355 | 6 | 73 | 0 | 7 | 446 | 120 | 101 |
| Binary | 11011111 | 1100000 | 11101101 | 110 | 111011 | 0 | 111 | 100100110 | 1010000 | 1000001 |
Color Harmonies of #DF60ED
Complementary color
Monochromatic Colors of #DF60ED
Black with #DF60ED
Text Example
Text Example
White with #DF60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60ED; }
p { color: rgb(223,96,237); }
H1.HeaderClassName
{
color: #DF60ED;
}
.AnyTagClassName
{
color: #DF60ED;
}
</style>
background-color css
<style>
a { background-color: #DF60ED; }
a { background-color: rgb(223,96,237); }
div.DivClassName
{
background-color: #DF60ED;
}
.BgClassName
{
background-color: #DF60ED;
}
</style>
border-color css
<style>
span { border-color: #DF60ED; }
span { border-color: rgb(223,96,237); }
td.TdClassName
{
border-color: #DF60ED;
}
.TagClassName
{
border-color: #DF60ED;
}
</style>