Html Css Color HEX #DF64D9 Free Speech Magenta
📋 copy color: '#DF64D9'red 223 ◦ green 100 ◦ blue 217
Shades of Free Speech Magenta #DF64D9
Tints of Free Speech Magenta #DF64D9
RGB
CMYK
RGB Variations
Color information
#DF64D9 (or 0xDF64D9) is known color: Free Speech Magenta. HEX triplet: DF, 64 and D9. RGB value is (223,100,217). Sum of RGB (Red+Green+Blue) = 223+100+217=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF64D9 is #209B26. Grayscale: #959595. Windows color (decimal): -2136871 or 14247135. OLE color: 14247135.
HSL color Cylindrical-coordinate representation of color #DF64D9: hue angle of 302.93º 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 #DF64D9 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 217 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.13 |
| HSL | 302.93º | 0.66% | 0.63% | - |
| HSV(B) | 302.93º | 0.55% | 0.87% | - |
| XYZ | 47.51 | 29.81 | 68.9 | - |
| YUV | 150.12 | 165.75 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 217 | 0 | 0.55 | 0.03 | 0.13 | 302.93 | 0.66 | 0.63 |
| Hex | DF | 64 | D9 | 0 | 37 | 3 | D | 12F | 42 | 3F |
| Octal | 337 | 144 | 331 | 0 | 67 | 3 | 15 | 457 | 102 | 77 |
| Binary | 11011111 | 1100100 | 11011001 | 0 | 110111 | 11 | 1101 | 100101111 | 1000010 | 111111 |
Color Harmonies of #DF64D9
Complementary color
Monochromatic Colors of #DF64D9
Black with #DF64D9
Text Example
Text Example
White with #DF64D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64D9; }
p { color: rgb(223,100,217); }
H1.HeaderClassName
{
color: #DF64D9;
}
.AnyTagClassName
{
color: #DF64D9;
}
</style>
background-color css
<style>
a { background-color: #DF64D9; }
a { background-color: rgb(223,100,217); }
div.DivClassName
{
background-color: #DF64D9;
}
.BgClassName
{
background-color: #DF64D9;
}
</style>
border-color css
<style>
span { border-color: #DF64D9; }
span { border-color: rgb(223,100,217); }
td.TdClassName
{
border-color: #DF64D9;
}
.TagClassName
{
border-color: #DF64D9;
}
</style>