Html Css Color HEX #DC47E6 Free Speech Magenta
📋 copy color: '#DC47E6'red 220 ◦ green 71 ◦ blue 230
Shades of Free Speech Magenta #DC47E6
Tints of Free Speech Magenta #DC47E6
RGB
CMYK
RGB Variations
Color information
#DC47E6 (or 0xDC47E6) is known color: Free Speech Magenta. HEX triplet: DC, 47 and E6. RGB value is (220,71,230). Sum of RGB (Red+Green+Blue) = 220+71+230=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC47E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC47E6 is #23B819. Grayscale: #858585. Windows color (decimal): -2340890 or 15091676. OLE color: 15091676.
HSL color Cylindrical-coordinate representation of color #DC47E6: hue angle of 296.23º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC47E6 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 71 | 230 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.10 |
| HSL | 296.23º | 0.76% | 0.59% | - |
| HSV(B) | 296.23º | 0.69% | 0.9% | - |
| XYZ | 46.05 | 25.44 | 77.35 | - |
| YUV | 133.68 | 182.36 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 230 | 0.04 | 0.69 | 0 | 0.10 | 296.23 | 0.76 | 0.59 |
| Hex | DC | 47 | E6 | 4 | 45 | 0 | A | 128 | 4C | 3B |
| Octal | 334 | 107 | 346 | 4 | 105 | 0 | 12 | 450 | 114 | 73 |
| Binary | 11011100 | 1000111 | 11100110 | 100 | 1000101 | 0 | 1010 | 100101000 | 1001100 | 111011 |
Color Harmonies of #DC47E6
Complementary color
Monochromatic Colors of #DC47E6
Black with #DC47E6
Text Example
Text Example
White with #DC47E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47E6; }
p { color: rgb(220,71,230); }
H1.HeaderClassName
{
color: #DC47E6;
}
.AnyTagClassName
{
color: #DC47E6;
}
</style>
background-color css
<style>
a { background-color: #DC47E6; }
a { background-color: rgb(220,71,230); }
div.DivClassName
{
background-color: #DC47E6;
}
.BgClassName
{
background-color: #DC47E6;
}
</style>
border-color css
<style>
span { border-color: #DC47E6; }
span { border-color: rgb(220,71,230); }
td.TdClassName
{
border-color: #DC47E6;
}
.TagClassName
{
border-color: #DC47E6;
}
</style>