Html Css Color HEX #DC64DD Free Speech Magenta
📋 copy color: '#DC64DD'red 220 ◦ green 100 ◦ blue 221
Shades of Free Speech Magenta #DC64DD
Tints of Free Speech Magenta #DC64DD
RGB
CMYK
RGB Variations
Color information
#DC64DD (or 0xDC64DD) is known color: Free Speech Magenta. HEX triplet: DC, 64 and DD. RGB value is (220,100,221). Sum of RGB (Red+Green+Blue) = 220+100+221=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC64DD is #239B22. Grayscale: #959595. Windows color (decimal): -2333475 or 14509276. OLE color: 14509276.
HSL color Cylindrical-coordinate representation of color #DC64DD: hue angle of 299.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC64DD is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 100 | 221 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.13 |
| HSL | 299.5º | 0.64% | 0.63% | - |
| HSV(B) | 299.5º | 0.55% | 0.87% | - |
| XYZ | 47.12 | 29.55 | 71.63 | - |
| YUV | 149.67 | 168.26 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 221 | 0.00 | 0.55 | 0 | 0.13 | 299.5 | 0.64 | 0.63 |
| Hex | DC | 64 | DD | 0 | 37 | 0 | D | 12C | 40 | 3F |
| Octal | 334 | 144 | 335 | 0 | 67 | 0 | 15 | 454 | 100 | 77 |
| Binary | 11011100 | 1100100 | 11011101 | 0 | 110111 | 0 | 1101 | 100101100 | 1000000 | 111111 |
Color Harmonies of #DC64DD
Complementary color
Monochromatic Colors of #DC64DD
Black with #DC64DD
Text Example
Text Example
White with #DC64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64DD; }
p { color: rgb(220,100,221); }
H1.HeaderClassName
{
color: #DC64DD;
}
.AnyTagClassName
{
color: #DC64DD;
}
</style>
background-color css
<style>
a { background-color: #DC64DD; }
a { background-color: rgb(220,100,221); }
div.DivClassName
{
background-color: #DC64DD;
}
.BgClassName
{
background-color: #DC64DD;
}
</style>
border-color css
<style>
span { border-color: #DC64DD; }
span { border-color: rgb(220,100,221); }
td.TdClassName
{
border-color: #DC64DD;
}
.TagClassName
{
border-color: #DC64DD;
}
</style>