Html Css Color HEX #DF64C4 Free Speech Magenta
📋 copy color: '#DF64C4'red 223 ◦ green 100 ◦ blue 196
Shades of Free Speech Magenta #DF64C4
Tints of Free Speech Magenta #DF64C4
RGB
CMYK
RGB Variations
Color information
#DF64C4 (or 0xDF64C4) is known color: Free Speech Magenta. HEX triplet: DF, 64 and C4. RGB value is (223,100,196). Sum of RGB (Red+Green+Blue) = 223+100+196=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF64C4 is #209B3B. Grayscale: #939393. Windows color (decimal): -2136892 or 12870879. OLE color: 12870879.
HSL color Cylindrical-coordinate representation of color #DF64C4: hue angle of 313.17º 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 #DF64C4 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 196 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.13 |
| HSL | 313.17º | 0.66% | 0.63% | - |
| HSV(B) | 313.17º | 0.55% | 0.87% | - |
| XYZ | 44.95 | 28.79 | 55.41 | - |
| YUV | 147.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 196 | 0 | 0.55 | 0.12 | 0.13 | 313.17 | 0.66 | 0.63 |
| Hex | DF | 64 | C4 | 0 | 37 | C | D | 139 | 42 | 3F |
| Octal | 337 | 144 | 304 | 0 | 67 | 14 | 15 | 471 | 102 | 77 |
| Binary | 11011111 | 1100100 | 11000100 | 0 | 110111 | 1100 | 1101 | 100111001 | 1000010 | 111111 |
Color Harmonies of #DF64C4
Complementary color
Monochromatic Colors of #DF64C4
Black with #DF64C4
Text Example
Text Example
White with #DF64C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64C4; }
p { color: rgb(223,100,196); }
H1.HeaderClassName
{
color: #DF64C4;
}
.AnyTagClassName
{
color: #DF64C4;
}
</style>
background-color css
<style>
a { background-color: #DF64C4; }
a { background-color: rgb(223,100,196); }
div.DivClassName
{
background-color: #DF64C4;
}
.BgClassName
{
background-color: #DF64C4;
}
</style>
border-color css
<style>
span { border-color: #DF64C4; }
span { border-color: rgb(223,100,196); }
td.TdClassName
{
border-color: #DF64C4;
}
.TagClassName
{
border-color: #DF64C4;
}
</style>