Html Css Color HEX #DF64D7 Free Speech Magenta
📋 copy color: '#DF64D7'red 223 ◦ green 100 ◦ blue 215
Shades of Free Speech Magenta #DF64D7
Tints of Free Speech Magenta #DF64D7
RGB
CMYK
RGB Variations
Color information
#DF64D7 (or 0xDF64D7) is known color: Free Speech Magenta. HEX triplet: DF, 64 and D7. RGB value is (223,100,215). Sum of RGB (Red+Green+Blue) = 223+100+215=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 215 (84.38% from 255 or 39.96% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF64D7 is #209B28. Grayscale: #959595. Windows color (decimal): -2136873 or 14116063. OLE color: 14116063.
HSL color Cylindrical-coordinate representation of color #DF64D7: hue angle of 303.9º 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 #DF64D7 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 215 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.13 |
| HSL | 303.9º | 0.66% | 0.63% | - |
| HSV(B) | 303.9º | 0.55% | 0.87% | - |
| XYZ | 47.25 | 29.71 | 67.53 | - |
| YUV | 149.89 | 164.75 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 215 | 0 | 0.55 | 0.04 | 0.13 | 303.9 | 0.66 | 0.63 |
| Hex | DF | 64 | D7 | 0 | 37 | 4 | D | 130 | 42 | 3F |
| Octal | 337 | 144 | 327 | 0 | 67 | 4 | 15 | 460 | 102 | 77 |
| Binary | 11011111 | 1100100 | 11010111 | 0 | 110111 | 100 | 1101 | 100110000 | 1000010 | 111111 |
Color Harmonies of #DF64D7
Complementary color
Monochromatic Colors of #DF64D7
Black with #DF64D7
Text Example
Text Example
White with #DF64D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64D7; }
p { color: rgb(223,100,215); }
H1.HeaderClassName
{
color: #DF64D7;
}
.AnyTagClassName
{
color: #DF64D7;
}
</style>
background-color css
<style>
a { background-color: #DF64D7; }
a { background-color: rgb(223,100,215); }
div.DivClassName
{
background-color: #DF64D7;
}
.BgClassName
{
background-color: #DF64D7;
}
</style>
border-color css
<style>
span { border-color: #DF64D7; }
span { border-color: rgb(223,100,215); }
td.TdClassName
{
border-color: #DF64D7;
}
.TagClassName
{
border-color: #DF64D7;
}
</style>