Html Css Color HEX #DC64C7 Free Speech Magenta
📋 copy color: '#DC64C7'red 220 ◦ green 100 ◦ blue 199
Shades of Free Speech Magenta #DC64C7
Tints of Free Speech Magenta #DC64C7
RGB
CMYK
RGB Variations
Color information
#DC64C7 (or 0xDC64C7) is known color: Free Speech Magenta. HEX triplet: DC, 64 and C7. RGB value is (220,100,199). Sum of RGB (Red+Green+Blue) = 220+100+199=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64C7 is #239B38. Grayscale: #929292. Windows color (decimal): -2333497 or 13067484. OLE color: 13067484.
HSL color Cylindrical-coordinate representation of color #DC64C7: hue angle of 310.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC64C7 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 199 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.14 |
| HSL | 310.5º | 0.63% | 0.63% | - |
| HSV(B) | 310.5º | 0.55% | 0.86% | - |
| XYZ | 44.38 | 28.45 | 57.19 | - |
| YUV | 147.17 | 157.26 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 199 | 0 | 0.55 | 0.10 | 0.14 | 310.5 | 0.63 | 0.63 |
| Hex | DC | 64 | C7 | 0 | 37 | A | E | 136 | 3F | 3F |
| Octal | 334 | 144 | 307 | 0 | 67 | 12 | 16 | 466 | 77 | 77 |
| Binary | 11011100 | 1100100 | 11000111 | 0 | 110111 | 1010 | 1110 | 100110110 | 111111 | 111111 |
Color Harmonies of #DC64C7
Complementary color
Monochromatic Colors of #DC64C7
Black with #DC64C7
Text Example
Text Example
White with #DC64C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64C7; }
p { color: rgb(220,100,199); }
H1.HeaderClassName
{
color: #DC64C7;
}
.AnyTagClassName
{
color: #DC64C7;
}
</style>
background-color css
<style>
a { background-color: #DC64C7; }
a { background-color: rgb(220,100,199); }
div.DivClassName
{
background-color: #DC64C7;
}
.BgClassName
{
background-color: #DC64C7;
}
</style>
border-color css
<style>
span { border-color: #DC64C7; }
span { border-color: rgb(220,100,199); }
td.TdClassName
{
border-color: #DC64C7;
}
.TagClassName
{
border-color: #DC64C7;
}
</style>