Html Css Color HEX #DF60EA Free Speech Magenta
📋 copy color: '#DF60EA'red 223 ◦ green 96 ◦ blue 234
Shades of Free Speech Magenta #DF60EA
Tints of Free Speech Magenta #DF60EA
RGB
CMYK
RGB Variations
Color information
#DF60EA (or 0xDF60EA) is known color: Free Speech Magenta. HEX triplet: DF, 60 and EA. RGB value is (223,96,234). Sum of RGB (Red+Green+Blue) = 223+96+234=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF60EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60EA is #209F15. Grayscale: #959595. Windows color (decimal): -2137878 or 15360223. OLE color: 15360223.
HSL color Cylindrical-coordinate representation of color #DF60EA: hue angle of 295.22º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF60EA is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 96 | 234 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.08 |
| HSL | 295.22º | 0.77% | 0.65% | - |
| HSV(B) | 295.22º | 0.59% | 0.92% | - |
| XYZ | 49.47 | 29.99 | 81.02 | - |
| YUV | 149.71 | 175.58 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 234 | 0.05 | 0.59 | 0 | 0.08 | 295.22 | 0.77 | 0.65 |
| Hex | DF | 60 | EA | 5 | 3B | 0 | 8 | 127 | 4D | 41 |
| Octal | 337 | 140 | 352 | 5 | 73 | 0 | 10 | 447 | 115 | 101 |
| Binary | 11011111 | 1100000 | 11101010 | 101 | 111011 | 0 | 1000 | 100100111 | 1001101 | 1000001 |
Color Harmonies of #DF60EA
Complementary color
Monochromatic Colors of #DF60EA
Black with #DF60EA
Text Example
Text Example
White with #DF60EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60EA; }
p { color: rgb(223,96,234); }
H1.HeaderClassName
{
color: #DF60EA;
}
.AnyTagClassName
{
color: #DF60EA;
}
</style>
background-color css
<style>
a { background-color: #DF60EA; }
a { background-color: rgb(223,96,234); }
div.DivClassName
{
background-color: #DF60EA;
}
.BgClassName
{
background-color: #DF60EA;
}
</style>
border-color css
<style>
span { border-color: #DF60EA; }
span { border-color: rgb(223,96,234); }
td.TdClassName
{
border-color: #DF60EA;
}
.TagClassName
{
border-color: #DF60EA;
}
</style>