Html Css Color HEX #DF64D6 Free Speech Magenta
📋 copy color: '#DF64D6'red 223 ◦ green 100 ◦ blue 214
Shades of Free Speech Magenta #DF64D6
Tints of Free Speech Magenta #DF64D6
RGB
CMYK
RGB Variations
Color information
#DF64D6 (or 0xDF64D6) is known color: Free Speech Magenta. HEX triplet: DF, 64 and D6. RGB value is (223,100,214). Sum of RGB (Red+Green+Blue) = 223+100+214=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF64D6 is #209B29. Grayscale: #959595. Windows color (decimal): -2136874 or 14050527. OLE color: 14050527.
HSL color Cylindrical-coordinate representation of color #DF64D6: hue angle of 304.39º 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 #DF64D6 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 214 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.13 |
| HSL | 304.39º | 0.66% | 0.63% | - |
| HSV(B) | 304.39º | 0.55% | 0.87% | - |
| XYZ | 47.13 | 29.66 | 66.86 | - |
| YUV | 149.77 | 164.25 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 214 | 0 | 0.55 | 0.04 | 0.13 | 304.39 | 0.66 | 0.63 |
| Hex | DF | 64 | D6 | 0 | 37 | 4 | D | 130 | 42 | 3F |
| Octal | 337 | 144 | 326 | 0 | 67 | 4 | 15 | 460 | 102 | 77 |
| Binary | 11011111 | 1100100 | 11010110 | 0 | 110111 | 100 | 1101 | 100110000 | 1000010 | 111111 |
Color Harmonies of #DF64D6
Complementary color
Monochromatic Colors of #DF64D6
Black with #DF64D6
Text Example
Text Example
White with #DF64D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64D6; }
p { color: rgb(223,100,214); }
H1.HeaderClassName
{
color: #DF64D6;
}
.AnyTagClassName
{
color: #DF64D6;
}
</style>
background-color css
<style>
a { background-color: #DF64D6; }
a { background-color: rgb(223,100,214); }
div.DivClassName
{
background-color: #DF64D6;
}
.BgClassName
{
background-color: #DF64D6;
}
</style>
border-color css
<style>
span { border-color: #DF64D6; }
span { border-color: rgb(223,100,214); }
td.TdClassName
{
border-color: #DF64D6;
}
.TagClassName
{
border-color: #DF64D6;
}
</style>