Html Css Color HEX #DC64D5 Free Speech Magenta
📋 copy color: '#DC64D5'red 220 ◦ green 100 ◦ blue 213
Shades of Free Speech Magenta #DC64D5
Tints of Free Speech Magenta #DC64D5
RGB
CMYK
RGB Variations
Color information
#DC64D5 (or 0xDC64D5) is known color: Free Speech Magenta. HEX triplet: DC, 64 and D5. RGB value is (220,100,213). Sum of RGB (Red+Green+Blue) = 220+100+213=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64D5 is #239B2A. Grayscale: #949494. Windows color (decimal): -2333483 or 13984988. OLE color: 13984988.
HSL color Cylindrical-coordinate representation of color #DC64D5: hue angle of 303.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 #DC64D5 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 213 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.14 |
| HSL | 303.5º | 0.63% | 0.63% | - |
| HSV(B) | 303.5º | 0.55% | 0.86% | - |
| XYZ | 46.08 | 29.13 | 66.15 | - |
| YUV | 148.76 | 164.26 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 213 | 0 | 0.55 | 0.03 | 0.14 | 303.5 | 0.63 | 0.63 |
| Hex | DC | 64 | D5 | 0 | 37 | 3 | E | 130 | 3F | 3F |
| Octal | 334 | 144 | 325 | 0 | 67 | 3 | 16 | 460 | 77 | 77 |
| Binary | 11011100 | 1100100 | 11010101 | 0 | 110111 | 11 | 1110 | 100110000 | 111111 | 111111 |
Color Harmonies of #DC64D5
Complementary color
Monochromatic Colors of #DC64D5
Black with #DC64D5
Text Example
Text Example
White with #DC64D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64D5; }
p { color: rgb(220,100,213); }
H1.HeaderClassName
{
color: #DC64D5;
}
.AnyTagClassName
{
color: #DC64D5;
}
</style>
background-color css
<style>
a { background-color: #DC64D5; }
a { background-color: rgb(220,100,213); }
div.DivClassName
{
background-color: #DC64D5;
}
.BgClassName
{
background-color: #DC64D5;
}
</style>
border-color css
<style>
span { border-color: #DC64D5; }
span { border-color: rgb(220,100,213); }
td.TdClassName
{
border-color: #DC64D5;
}
.TagClassName
{
border-color: #DC64D5;
}
</style>