Html Css Color HEX #DC64C4 Free Speech Magenta
📋 copy color: '#DC64C4'red 220 ◦ green 100 ◦ blue 196
Shades of Free Speech Magenta #DC64C4
Tints of Free Speech Magenta #DC64C4
RGB
CMYK
RGB Variations
Color information
#DC64C4 (or 0xDC64C4) is known color: Free Speech Magenta. HEX triplet: DC, 64 and C4. RGB value is (220,100,196). Sum of RGB (Red+Green+Blue) = 220+100+196=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64C4 is #239B3B. Grayscale: #929292. Windows color (decimal): -2333500 or 12870876. OLE color: 12870876.
HSL color Cylindrical-coordinate representation of color #DC64C4: hue angle of 312º 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 #DC64C4 is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 196 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.14 |
| HSL | 312º | 0.63% | 0.63% | - |
| HSV(B) | 312º | 0.55% | 0.86% | - |
| XYZ | 44.04 | 28.32 | 55.37 | - |
| YUV | 146.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 196 | 0 | 0.55 | 0.11 | 0.14 | 312 | 0.63 | 0.63 |
| Hex | DC | 64 | C4 | 0 | 37 | B | E | 138 | 3F | 3F |
| Octal | 334 | 144 | 304 | 0 | 67 | 13 | 16 | 470 | 77 | 77 |
| Binary | 11011100 | 1100100 | 11000100 | 0 | 110111 | 1011 | 1110 | 100111000 | 111111 | 111111 |
Color Harmonies of #DC64C4
Complementary color
Monochromatic Colors of #DC64C4
Black with #DC64C4
Text Example
Text Example
White with #DC64C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64C4; }
p { color: rgb(220,100,196); }
H1.HeaderClassName
{
color: #DC64C4;
}
.AnyTagClassName
{
color: #DC64C4;
}
</style>
background-color css
<style>
a { background-color: #DC64C4; }
a { background-color: rgb(220,100,196); }
div.DivClassName
{
background-color: #DC64C4;
}
.BgClassName
{
background-color: #DC64C4;
}
</style>
border-color css
<style>
span { border-color: #DC64C4; }
span { border-color: rgb(220,100,196); }
td.TdClassName
{
border-color: #DC64C4;
}
.TagClassName
{
border-color: #DC64C4;
}
</style>