Html Css Color HEX #DF64E5 Free Speech Magenta
📋 copy color: '#DF64E5'red 223 ◦ green 100 ◦ blue 229
Shades of Free Speech Magenta #DF64E5
Tints of Free Speech Magenta #DF64E5
RGB
CMYK
RGB Variations
Color information
#DF64E5 (or 0xDF64E5) is known color: Free Speech Magenta. HEX triplet: DF, 64 and E5. RGB value is (223,100,229). Sum of RGB (Red+Green+Blue) = 223+100+229=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 100 (39.45% from 255 or 18.12% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF64E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF64E5 is #209B1A. Grayscale: #979797. Windows color (decimal): -2136859 or 15033567. OLE color: 15033567.
HSL color Cylindrical-coordinate representation of color #DF64E5: hue angle of 297.21º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF64E5 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 100 | 229 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.10 |
| HSL | 297.21º | 0.71% | 0.65% | - |
| HSV(B) | 297.21º | 0.56% | 0.9% | - |
| XYZ | 49.13 | 30.46 | 77.42 | - |
| YUV | 151.48 | 171.75 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 229 | 0.03 | 0.56 | 0 | 0.10 | 297.21 | 0.71 | 0.65 |
| Hex | DF | 64 | E5 | 3 | 38 | 0 | A | 129 | 47 | 41 |
| Octal | 337 | 144 | 345 | 3 | 70 | 0 | 12 | 451 | 107 | 101 |
| Binary | 11011111 | 1100100 | 11100101 | 11 | 111000 | 0 | 1010 | 100101001 | 1000111 | 1000001 |
Color Harmonies of #DF64E5
Complementary color
Monochromatic Colors of #DF64E5
Black with #DF64E5
Text Example
Text Example
White with #DF64E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64E5; }
p { color: rgb(223,100,229); }
H1.HeaderClassName
{
color: #DF64E5;
}
.AnyTagClassName
{
color: #DF64E5;
}
</style>
background-color css
<style>
a { background-color: #DF64E5; }
a { background-color: rgb(223,100,229); }
div.DivClassName
{
background-color: #DF64E5;
}
.BgClassName
{
background-color: #DF64E5;
}
</style>
border-color css
<style>
span { border-color: #DF64E5; }
span { border-color: rgb(223,100,229); }
td.TdClassName
{
border-color: #DF64E5;
}
.TagClassName
{
border-color: #DF64E5;
}
</style>