Html Css Color HEX #DC64D4 Free Speech Magenta
📋 copy color: '#DC64D4'red 220 ◦ green 100 ◦ blue 212
Shades of Free Speech Magenta #DC64D4
Tints of Free Speech Magenta #DC64D4
RGB
CMYK
RGB Variations
Color information
#DC64D4 (or 0xDC64D4) is known color: Free Speech Magenta. HEX triplet: DC, 64 and D4. RGB value is (220,100,212). Sum of RGB (Red+Green+Blue) = 220+100+212=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 100 (39.45% from 255 or 18.80% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64D4 is #239B2B. Grayscale: #949494. Windows color (decimal): -2333484 or 13919452. OLE color: 13919452.
HSL color Cylindrical-coordinate representation of color #DC64D4: hue angle of 304º 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 #DC64D4 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 212 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.14 |
| HSL | 304º | 0.63% | 0.63% | - |
| HSV(B) | 304º | 0.55% | 0.86% | - |
| XYZ | 45.96 | 29.08 | 65.48 | - |
| YUV | 148.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 212 | 0 | 0.55 | 0.04 | 0.14 | 304 | 0.63 | 0.63 |
| Hex | DC | 64 | D4 | 0 | 37 | 4 | E | 130 | 3F | 3F |
| Octal | 334 | 144 | 324 | 0 | 67 | 4 | 16 | 460 | 77 | 77 |
| Binary | 11011100 | 1100100 | 11010100 | 0 | 110111 | 100 | 1110 | 100110000 | 111111 | 111111 |
Color Harmonies of #DC64D4
Complementary color
Monochromatic Colors of #DC64D4
Black with #DC64D4
Text Example
Text Example
White with #DC64D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64D4; }
p { color: rgb(220,100,212); }
H1.HeaderClassName
{
color: #DC64D4;
}
.AnyTagClassName
{
color: #DC64D4;
}
</style>
background-color css
<style>
a { background-color: #DC64D4; }
a { background-color: rgb(220,100,212); }
div.DivClassName
{
background-color: #DC64D4;
}
.BgClassName
{
background-color: #DC64D4;
}
</style>
border-color css
<style>
span { border-color: #DC64D4; }
span { border-color: rgb(220,100,212); }
td.TdClassName
{
border-color: #DC64D4;
}
.TagClassName
{
border-color: #DC64D4;
}
</style>