Html Css Color HEX #DF64DF Free Speech Magenta
📋 copy color: '#DF64DF'red 223 ◦ green 100 ◦ blue 223
Shades of Free Speech Magenta #DF64DF
Tints of Free Speech Magenta #DF64DF
RGB
CMYK
RGB Variations
Color information
#DF64DF (or 0xDF64DF) is known color: Free Speech Magenta. HEX triplet: DF, 64 and DF. RGB value is (223,100,223). Sum of RGB (Red+Green+Blue) = 223+100+223=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 100 (39.45% from 255 or 18.32% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF64DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF64DF is #209B20. Grayscale: #969696. Windows color (decimal): -2136865 or 14640351. OLE color: 14640351.
HSL color Cylindrical-coordinate representation of color #DF64DF: hue angle of 300º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF64DF is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 100 | 223 | - |
CMYK | 0 | 0.55 | 0 | 0.13 |
HSL | 300º | 0.66% | 0.63% | - |
HSV(B) | 300º | 0.55% | 0.87% | - |
XYZ | 48.31 | 30.13 | 73.08 | - |
YUV | 150.8 | 168.75 | 179.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 100 | 223 | 0 | 0.55 | 0 | 0.13 | 300 | 0.66 | 0.63 |
Hex | DF | 64 | DF | 0 | 37 | 0 | D | 12C | 42 | 3F |
Octal | 337 | 144 | 337 | 0 | 67 | 0 | 15 | 454 | 102 | 77 |
Binary | 11011111 | 1100100 | 11011111 | 0 | 110111 | 0 | 1101 | 100101100 | 1000010 | 111111 |
Color Harmonies of #DF64DF
Complementary color
Monochromatic Colors of #DF64DF
Black with #DF64DF
Text Example
Text Example
White with #DF64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64DF; }
p { color: rgb(223,100,223); }
H1.HeaderClassName
{
color: #DF64DF;
}
.AnyTagClassName
{
color: #DF64DF;
}
</style>
background-color css
<style>
a { background-color: #DF64DF; }
a { background-color: rgb(223,100,223); }
div.DivClassName
{
background-color: #DF64DF;
}
.BgClassName
{
background-color: #DF64DF;
}
</style>
border-color css
<style>
span { border-color: #DF64DF; }
span { border-color: rgb(223,100,223); }
td.TdClassName
{
border-color: #DF64DF;
}
.TagClassName
{
border-color: #DF64DF;
}
</style>