Html Css Color HEX #DC64DC Free Speech Magenta
📋 copy color: '#DC64DC'red 220 ◦ green 100 ◦ blue 220
Shades of Free Speech Magenta #DC64DC
Tints of Free Speech Magenta #DC64DC
RGB
CMYK
RGB Variations
Color information
#DC64DC (or 0xDC64DC) is known color: Free Speech Magenta. HEX triplet: DC, 64 and DC. RGB value is (220,100,220). Sum of RGB (Red+Green+Blue) = 220+100+220=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC64DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64DC is #239B23. Grayscale: #959595. Windows color (decimal): -2333476 or 14443740. OLE color: 14443740.
HSL color Cylindrical-coordinate representation of color #DC64DC: hue angle of 300º 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 #DC64DC is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 220 | - |
| CMYK | 0 | 0.55 | 0 | 0.14 |
| HSL | 300º | 0.63% | 0.63% | - |
| HSV(B) | 300º | 0.55% | 0.86% | - |
| XYZ | 46.99 | 29.5 | 70.93 | - |
| YUV | 149.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 220 | 0 | 0.55 | 0 | 0.14 | 300 | 0.63 | 0.63 |
| Hex | DC | 64 | DC | 0 | 37 | 0 | E | 12C | 3F | 3F |
| Octal | 334 | 144 | 334 | 0 | 67 | 0 | 16 | 454 | 77 | 77 |
| Binary | 11011100 | 1100100 | 11011100 | 0 | 110111 | 0 | 1110 | 100101100 | 111111 | 111111 |
Color Harmonies of #DC64DC
Complementary color
Monochromatic Colors of #DC64DC
Black with #DC64DC
Text Example
Text Example
White with #DC64DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64DC; }
p { color: rgb(220,100,220); }
H1.HeaderClassName
{
color: #DC64DC;
}
.AnyTagClassName
{
color: #DC64DC;
}
</style>
background-color css
<style>
a { background-color: #DC64DC; }
a { background-color: rgb(220,100,220); }
div.DivClassName
{
background-color: #DC64DC;
}
.BgClassName
{
background-color: #DC64DC;
}
</style>
border-color css
<style>
span { border-color: #DC64DC; }
span { border-color: rgb(220,100,220); }
td.TdClassName
{
border-color: #DC64DC;
}
.TagClassName
{
border-color: #DC64DC;
}
</style>