Html Css Color HEX #DF64E6 Free Speech Magenta
📋 copy color: '#DF64E6'red 223 ◦ green 100 ◦ blue 230
Shades of Free Speech Magenta #DF64E6
Tints of Free Speech Magenta #DF64E6
RGB
CMYK
RGB Variations
Color information
#DF64E6 (or 0xDF64E6) is known color: Free Speech Magenta. HEX triplet: DF, 64 and E6. RGB value is (223,100,230). Sum of RGB (Red+Green+Blue) = 223+100+230=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF64E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF64E6 is #209B19. Grayscale: #979797. Windows color (decimal): -2136858 or 15099103. OLE color: 15099103.
HSL color Cylindrical-coordinate representation of color #DF64E6: hue angle of 296.77º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF64E6 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 100 | 230 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.10 |
| HSL | 296.77º | 0.72% | 0.65% | - |
| HSV(B) | 296.77º | 0.57% | 0.9% | - |
| XYZ | 49.27 | 30.52 | 78.16 | - |
| YUV | 151.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 230 | 0.03 | 0.57 | 0 | 0.10 | 296.77 | 0.72 | 0.65 |
| Hex | DF | 64 | E6 | 3 | 39 | 0 | A | 129 | 48 | 41 |
| Octal | 337 | 144 | 346 | 3 | 71 | 0 | 12 | 451 | 110 | 101 |
| Binary | 11011111 | 1100100 | 11100110 | 11 | 111001 | 0 | 1010 | 100101001 | 1001000 | 1000001 |
Color Harmonies of #DF64E6
Complementary color
Monochromatic Colors of #DF64E6
Black with #DF64E6
Text Example
Text Example
White with #DF64E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64E6; }
p { color: rgb(223,100,230); }
H1.HeaderClassName
{
color: #DF64E6;
}
.AnyTagClassName
{
color: #DF64E6;
}
</style>
background-color css
<style>
a { background-color: #DF64E6; }
a { background-color: rgb(223,100,230); }
div.DivClassName
{
background-color: #DF64E6;
}
.BgClassName
{
background-color: #DF64E6;
}
</style>
border-color css
<style>
span { border-color: #DF64E6; }
span { border-color: rgb(223,100,230); }
td.TdClassName
{
border-color: #DF64E6;
}
.TagClassName
{
border-color: #DF64E6;
}
</style>