Html Css Color HEX #DF61E8 Free Speech Magenta
📋 copy color: '#DF61E8'red 223 ◦ green 97 ◦ blue 232
Shades of Free Speech Magenta #DF61E8
Tints of Free Speech Magenta #DF61E8
RGB
CMYK
RGB Variations
Color information
#DF61E8 (or 0xDF61E8) is known color: Free Speech Magenta. HEX triplet: DF, 61 and E8. RGB value is (223,97,232). Sum of RGB (Red+Green+Blue) = 223+97+232=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #DF61E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF61E8 is #209E17. Grayscale: #959595. Windows color (decimal): -2137624 or 15229407. OLE color: 15229407.
HSL color Cylindrical-coordinate representation of color #DF61E8: hue angle of 296º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF61E8 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 97 | 232 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.09 |
| HSL | 296º | 0.75% | 0.65% | - |
| HSV(B) | 296º | 0.58% | 0.91% | - |
| XYZ | 49.27 | 30.06 | 79.55 | - |
| YUV | 150.06 | 174.24 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 97 | 232 | 0.04 | 0.58 | 0 | 0.09 | 296 | 0.75 | 0.65 |
| Hex | DF | 61 | E8 | 4 | 3A | 0 | 9 | 128 | 4B | 41 |
| Octal | 337 | 141 | 350 | 4 | 72 | 0 | 11 | 450 | 113 | 101 |
| Binary | 11011111 | 1100001 | 11101000 | 100 | 111010 | 0 | 1001 | 100101000 | 1001011 | 1000001 |
Color Harmonies of #DF61E8
Complementary color
Monochromatic Colors of #DF61E8
Black with #DF61E8
Text Example
Text Example
White with #DF61E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF61E8; }
p { color: rgb(223,97,232); }
H1.HeaderClassName
{
color: #DF61E8;
}
.AnyTagClassName
{
color: #DF61E8;
}
</style>
background-color css
<style>
a { background-color: #DF61E8; }
a { background-color: rgb(223,97,232); }
div.DivClassName
{
background-color: #DF61E8;
}
.BgClassName
{
background-color: #DF61E8;
}
</style>
border-color css
<style>
span { border-color: #DF61E8; }
span { border-color: rgb(223,97,232); }
td.TdClassName
{
border-color: #DF61E8;
}
.TagClassName
{
border-color: #DF61E8;
}
</style>