Html Css Color HEX #DF60E6 Free Speech Magenta
📋 copy color: '#DF60E6'red 223 ◦ green 96 ◦ blue 230
Shades of Free Speech Magenta #DF60E6
Tints of Free Speech Magenta #DF60E6
RGB
CMYK
RGB Variations
Color information
#DF60E6 (or 0xDF60E6) is known color: Free Speech Magenta. HEX triplet: DF, 60 and E6. RGB value is (223,96,230). Sum of RGB (Red+Green+Blue) = 223+96+230=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF60E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF60E6 is #209F19. Grayscale: #949494. Windows color (decimal): -2137882 or 15098079. OLE color: 15098079.
HSL color Cylindrical-coordinate representation of color #DF60E6: hue angle of 296.87º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF60E6 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 96 | 230 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.10 |
| HSL | 296.87º | 0.73% | 0.64% | - |
| HSV(B) | 296.87º | 0.58% | 0.9% | - |
| XYZ | 48.9 | 29.77 | 78.03 | - |
| YUV | 149.25 | 173.58 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 96 | 230 | 0.03 | 0.58 | 0 | 0.10 | 296.87 | 0.73 | 0.64 |
| Hex | DF | 60 | E6 | 3 | 3A | 0 | A | 129 | 49 | 40 |
| Octal | 337 | 140 | 346 | 3 | 72 | 0 | 12 | 451 | 111 | 100 |
| Binary | 11011111 | 1100000 | 11100110 | 11 | 111010 | 0 | 1010 | 100101001 | 1001001 | 1000000 |
Color Harmonies of #DF60E6
Complementary color
Monochromatic Colors of #DF60E6
Black with #DF60E6
Text Example
Text Example
White with #DF60E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF60E6; }
p { color: rgb(223,96,230); }
H1.HeaderClassName
{
color: #DF60E6;
}
.AnyTagClassName
{
color: #DF60E6;
}
</style>
background-color css
<style>
a { background-color: #DF60E6; }
a { background-color: rgb(223,96,230); }
div.DivClassName
{
background-color: #DF60E6;
}
.BgClassName
{
background-color: #DF60E6;
}
</style>
border-color css
<style>
span { border-color: #DF60E6; }
span { border-color: rgb(223,96,230); }
td.TdClassName
{
border-color: #DF60E6;
}
.TagClassName
{
border-color: #DF60E6;
}
</style>