Html Css Color HEX #DC4FDD Free Speech Magenta
📋 copy color: '#DC4FDD'red 220 ◦ green 79 ◦ blue 221
Shades of Free Speech Magenta #DC4FDD
Tints of Free Speech Magenta #DC4FDD
RGB
CMYK
RGB Variations
Color information
#DC4FDD (or 0xDC4FDD) is known color: Free Speech Magenta. HEX triplet: DC, 4F and DD. RGB value is (220,79,221). Sum of RGB (Red+Green+Blue) = 220+79+221=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 79 (31.25% from 255 or 15.19% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC4FDD is #23B022. Grayscale: #888888. Windows color (decimal): -2338851 or 14503900. OLE color: 14503900.
HSL color Cylindrical-coordinate representation of color #DC4FDD: hue angle of 299.58º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC4FDD is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 79 | 221 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.13 |
| HSL | 299.58º | 0.68% | 0.59% | - |
| HSV(B) | 299.58º | 0.64% | 0.87% | - |
| XYZ | 45.36 | 26.03 | 71.04 | - |
| YUV | 137.35 | 175.21 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 79 | 221 | 0.00 | 0.64 | 0 | 0.13 | 299.58 | 0.68 | 0.59 |
| Hex | DC | 4F | DD | 0 | 40 | 0 | D | 12C | 44 | 3B |
| Octal | 334 | 117 | 335 | 0 | 100 | 0 | 15 | 454 | 104 | 73 |
| Binary | 11011100 | 1001111 | 11011101 | 0 | 1000000 | 0 | 1101 | 100101100 | 1000100 | 111011 |
Color Harmonies of #DC4FDD
Complementary color
Monochromatic Colors of #DC4FDD
Black with #DC4FDD
Text Example
Text Example
White with #DC4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4FDD; }
p { color: rgb(220,79,221); }
H1.HeaderClassName
{
color: #DC4FDD;
}
.AnyTagClassName
{
color: #DC4FDD;
}
</style>
background-color css
<style>
a { background-color: #DC4FDD; }
a { background-color: rgb(220,79,221); }
div.DivClassName
{
background-color: #DC4FDD;
}
.BgClassName
{
background-color: #DC4FDD;
}
</style>
border-color css
<style>
span { border-color: #DC4FDD; }
span { border-color: rgb(220,79,221); }
td.TdClassName
{
border-color: #DC4FDD;
}
.TagClassName
{
border-color: #DC4FDD;
}
</style>