Html Css Color HEX #DC43ED Free Speech Magenta
📋 copy color: '#DC43ED'red 220 ◦ green 67 ◦ blue 237
Shades of Free Speech Magenta #DC43ED
Tints of Free Speech Magenta #DC43ED
RGB
CMYK
RGB Variations
Color information
#DC43ED (or 0xDC43ED) is known color: Free Speech Magenta. HEX triplet: DC, 43 and ED. RGB value is (220,67,237). Sum of RGB (Red+Green+Blue) = 220+67+237=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 67 (26.56% from 255 or 12.79% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC43ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC43ED is #23BC12. Grayscale: #838383. Windows color (decimal): -2341907 or 15549404. OLE color: 15549404.
HSL color Cylindrical-coordinate representation of color #DC43ED: hue angle of 294º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC43ED is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 67 | 237 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.07 |
| HSL | 294º | 0.83% | 0.6% | - |
| HSV(B) | 294º | 0.72% | 0.93% | - |
| XYZ | 46.81 | 25.34 | 82.55 | - |
| YUV | 132.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 237 | 0.07 | 0.72 | 0 | 0.07 | 294 | 0.83 | 0.6 |
| Hex | DC | 43 | ED | 7 | 48 | 0 | 7 | 126 | 53 | 3C |
| Octal | 334 | 103 | 355 | 7 | 110 | 0 | 7 | 446 | 123 | 74 |
| Binary | 11011100 | 1000011 | 11101101 | 111 | 1001000 | 0 | 111 | 100100110 | 1010011 | 111100 |
Color Harmonies of #DC43ED
Complementary color
Monochromatic Colors of #DC43ED
Black with #DC43ED
Text Example
Text Example
White with #DC43ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC43ED; }
p { color: rgb(220,67,237); }
H1.HeaderClassName
{
color: #DC43ED;
}
.AnyTagClassName
{
color: #DC43ED;
}
</style>
background-color css
<style>
a { background-color: #DC43ED; }
a { background-color: rgb(220,67,237); }
div.DivClassName
{
background-color: #DC43ED;
}
.BgClassName
{
background-color: #DC43ED;
}
</style>
border-color css
<style>
span { border-color: #DC43ED; }
span { border-color: rgb(220,67,237); }
td.TdClassName
{
border-color: #DC43ED;
}
.TagClassName
{
border-color: #DC43ED;
}
</style>