Html Css Color HEX #DF64CC Free Speech Magenta
📋 copy color: '#DF64CC'red 223 ◦ green 100 ◦ blue 204
Shades of Free Speech Magenta #DF64CC
Tints of Free Speech Magenta #DF64CC
RGB
CMYK
RGB Variations
Color information
#DF64CC (or 0xDF64CC) is known color: Free Speech Magenta. HEX triplet: DF, 64 and CC. RGB value is (223,100,204). Sum of RGB (Red+Green+Blue) = 223+100+204=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF64CC is #209B33. Grayscale: #949494. Windows color (decimal): -2136884 or 13395167. OLE color: 13395167.
HSL color Cylindrical-coordinate representation of color #DF64CC: hue angle of 309.27º 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 #DF64CC is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 100 | 204 | - |
| CMYK | 0 | 0.55 | 0.09 | 0.13 |
| HSL | 309.27º | 0.66% | 0.63% | - |
| HSV(B) | 309.27º | 0.55% | 0.87% | - |
| XYZ | 45.89 | 29.16 | 60.34 | - |
| YUV | 148.63 | 159.25 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 100 | 204 | 0 | 0.55 | 0.09 | 0.13 | 309.27 | 0.66 | 0.63 |
| Hex | DF | 64 | CC | 0 | 37 | 9 | D | 135 | 42 | 3F |
| Octal | 337 | 144 | 314 | 0 | 67 | 11 | 15 | 465 | 102 | 77 |
| Binary | 11011111 | 1100100 | 11001100 | 0 | 110111 | 1001 | 1101 | 100110101 | 1000010 | 111111 |
Color Harmonies of #DF64CC
Complementary color
Monochromatic Colors of #DF64CC
Black with #DF64CC
Text Example
Text Example
White with #DF64CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF64CC; }
p { color: rgb(223,100,204); }
H1.HeaderClassName
{
color: #DF64CC;
}
.AnyTagClassName
{
color: #DF64CC;
}
</style>
background-color css
<style>
a { background-color: #DF64CC; }
a { background-color: rgb(223,100,204); }
div.DivClassName
{
background-color: #DF64CC;
}
.BgClassName
{
background-color: #DF64CC;
}
</style>
border-color css
<style>
span { border-color: #DF64CC; }
span { border-color: rgb(223,100,204); }
td.TdClassName
{
border-color: #DF64CC;
}
.TagClassName
{
border-color: #DF64CC;
}
</style>