Html Css Color HEX #DF64C7 Free Speech Magenta
📋 copy color: '#DF64C7'red 223 ◦ green 100 ◦ blue 199
Shades of Free Speech Magenta #DF64C7
Tints of Free Speech Magenta #DF64C7
RGB
CMYK
RGB Variations
Color information
#DF64C7 (or 0xDF64C7) is known color: Free Speech Magenta. HEX triplet: DF, 64 and C7. RGB value is (223,100,199). Sum of RGB (Red+Green+Blue) = 223+100+199=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF64C7 is #209B38. Grayscale: #939393. Windows color (decimal): -2136889 or 13067487. OLE color: 13067487.
HSL color Cylindrical-coordinate representation of color #DF64C7: hue angle of 311.71º 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 #DF64C7 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 199 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.13 |
| HSL | 311.71º | 0.66% | 0.63% | - |
| HSV(B) | 311.71º | 0.55% | 0.87% | - |
| XYZ | 45.3 | 28.93 | 57.23 | - |
| YUV | 148.06 | 156.75 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 199 | 0 | 0.55 | 0.11 | 0.13 | 311.71 | 0.66 | 0.63 |
| Hex | DF | 64 | C7 | 0 | 37 | B | D | 138 | 42 | 3F |
| Octal | 337 | 144 | 307 | 0 | 67 | 13 | 15 | 470 | 102 | 77 |
| Binary | 11011111 | 1100100 | 11000111 | 0 | 110111 | 1011 | 1101 | 100111000 | 1000010 | 111111 |
Color Harmonies of #DF64C7
Complementary color
Monochromatic Colors of #DF64C7
Black with #DF64C7
Text Example
Text Example
White with #DF64C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64C7; }
p { color: rgb(223,100,199); }
H1.HeaderClassName
{
color: #DF64C7;
}
.AnyTagClassName
{
color: #DF64C7;
}
</style>
background-color css
<style>
a { background-color: #DF64C7; }
a { background-color: rgb(223,100,199); }
div.DivClassName
{
background-color: #DF64C7;
}
.BgClassName
{
background-color: #DF64C7;
}
</style>
border-color css
<style>
span { border-color: #DF64C7; }
span { border-color: rgb(223,100,199); }
td.TdClassName
{
border-color: #DF64C7;
}
.TagClassName
{
border-color: #DF64C7;
}
</style>