Html Css Color HEX #DC47E8 Free Speech Magenta
📋 copy color: '#DC47E8'red 220 ◦ green 71 ◦ blue 232
Shades of Free Speech Magenta #DC47E8
Tints of Free Speech Magenta #DC47E8
RGB
CMYK
RGB Variations
Color information
#DC47E8 (or 0xDC47E8) is known color: Free Speech Magenta. HEX triplet: DC, 47 and E8. RGB value is (220,71,232). Sum of RGB (Red+Green+Blue) = 220+71+232=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC47E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC47E8 is #23B817. Grayscale: #858585. Windows color (decimal): -2340888 or 15222748. OLE color: 15222748.
HSL color Cylindrical-coordinate representation of color #DC47E8: hue angle of 295.53º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC47E8 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 71 | 232 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.09 |
| HSL | 295.53º | 0.78% | 0.59% | - |
| HSV(B) | 295.53º | 0.69% | 0.91% | - |
| XYZ | 46.33 | 25.55 | 78.83 | - |
| YUV | 133.91 | 183.36 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 232 | 0.05 | 0.69 | 0 | 0.09 | 295.53 | 0.78 | 0.59 |
| Hex | DC | 47 | E8 | 5 | 45 | 0 | 9 | 128 | 4E | 3B |
| Octal | 334 | 107 | 350 | 5 | 105 | 0 | 11 | 450 | 116 | 73 |
| Binary | 11011100 | 1000111 | 11101000 | 101 | 1000101 | 0 | 1001 | 100101000 | 1001110 | 111011 |
Color Harmonies of #DC47E8
Complementary color
Monochromatic Colors of #DC47E8
Black with #DC47E8
Text Example
Text Example
White with #DC47E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC47E8; }
p { color: rgb(220,71,232); }
H1.HeaderClassName
{
color: #DC47E8;
}
.AnyTagClassName
{
color: #DC47E8;
}
</style>
background-color css
<style>
a { background-color: #DC47E8; }
a { background-color: rgb(220,71,232); }
div.DivClassName
{
background-color: #DC47E8;
}
.BgClassName
{
background-color: #DC47E8;
}
</style>
border-color css
<style>
span { border-color: #DC47E8; }
span { border-color: rgb(220,71,232); }
td.TdClassName
{
border-color: #DC47E8;
}
.TagClassName
{
border-color: #DC47E8;
}
</style>