Html Css Color HEX #DC64DA Free Speech Magenta
📋 copy color: '#DC64DA'red 220 ◦ green 100 ◦ blue 218
Shades of Free Speech Magenta #DC64DA
Tints of Free Speech Magenta #DC64DA
RGB
CMYK
RGB Variations
Color information
#DC64DA (or 0xDC64DA) is known color: Free Speech Magenta. HEX triplet: DC, 64 and DA. RGB value is (220,100,218). Sum of RGB (Red+Green+Blue) = 220+100+218=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64DA is #239B25. Grayscale: #949494. Windows color (decimal): -2333478 or 14312668. OLE color: 14312668.
HSL color Cylindrical-coordinate representation of color #DC64DA: hue angle of 301º 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 #DC64DA is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 218 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.14 |
| HSL | 301º | 0.63% | 0.63% | - |
| HSV(B) | 301º | 0.55% | 0.86% | - |
| XYZ | 46.73 | 29.39 | 69.54 | - |
| YUV | 149.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 218 | 0 | 0.55 | 0.01 | 0.14 | 301 | 0.63 | 0.63 |
| Hex | DC | 64 | DA | 0 | 37 | 1 | E | 12D | 3F | 3F |
| Octal | 334 | 144 | 332 | 0 | 67 | 1 | 16 | 455 | 77 | 77 |
| Binary | 11011100 | 1100100 | 11011010 | 0 | 110111 | 1 | 1110 | 100101101 | 111111 | 111111 |
Color Harmonies of #DC64DA
Complementary color
Monochromatic Colors of #DC64DA
Black with #DC64DA
Text Example
Text Example
White with #DC64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64DA; }
p { color: rgb(220,100,218); }
H1.HeaderClassName
{
color: #DC64DA;
}
.AnyTagClassName
{
color: #DC64DA;
}
</style>
background-color css
<style>
a { background-color: #DC64DA; }
a { background-color: rgb(220,100,218); }
div.DivClassName
{
background-color: #DC64DA;
}
.BgClassName
{
background-color: #DC64DA;
}
</style>
border-color css
<style>
span { border-color: #DC64DA; }
span { border-color: rgb(220,100,218); }
td.TdClassName
{
border-color: #DC64DA;
}
.TagClassName
{
border-color: #DC64DA;
}
</style>