Html Css Color HEX #DC49E8 Free Speech Magenta
📋 copy color: '#DC49E8'red 220 ◦ green 73 ◦ blue 232
Shades of Free Speech Magenta #DC49E8
Tints of Free Speech Magenta #DC49E8
RGB
CMYK
RGB Variations
Color information
#DC49E8 (or 0xDC49E8) is known color: Free Speech Magenta. HEX triplet: DC, 49 and E8. RGB value is (220,73,232). Sum of RGB (Red+Green+Blue) = 220+73+232=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC49E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC49E8 is #23B617. Grayscale: #868686. Windows color (decimal): -2340376 or 15223260. OLE color: 15223260.
HSL color Cylindrical-coordinate representation of color #DC49E8: hue angle of 295.47º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC49E8 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 73 | 232 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.09 |
| HSL | 295.47º | 0.78% | 0.6% | - |
| HSV(B) | 295.47º | 0.69% | 0.91% | - |
| XYZ | 46.46 | 25.81 | 78.88 | - |
| YUV | 135.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 73 | 232 | 0.05 | 0.69 | 0 | 0.09 | 295.47 | 0.78 | 0.6 |
| Hex | DC | 49 | E8 | 5 | 45 | 0 | 9 | 127 | 4E | 3C |
| Octal | 334 | 111 | 350 | 5 | 105 | 0 | 11 | 447 | 116 | 74 |
| Binary | 11011100 | 1001001 | 11101000 | 101 | 1000101 | 0 | 1001 | 100100111 | 1001110 | 111100 |
Color Harmonies of #DC49E8
Complementary color
Monochromatic Colors of #DC49E8
Black with #DC49E8
Text Example
Text Example
White with #DC49E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC49E8; }
p { color: rgb(220,73,232); }
H1.HeaderClassName
{
color: #DC49E8;
}
.AnyTagClassName
{
color: #DC49E8;
}
</style>
background-color css
<style>
a { background-color: #DC49E8; }
a { background-color: rgb(220,73,232); }
div.DivClassName
{
background-color: #DC49E8;
}
.BgClassName
{
background-color: #DC49E8;
}
</style>
border-color css
<style>
span { border-color: #DC49E8; }
span { border-color: rgb(220,73,232); }
td.TdClassName
{
border-color: #DC49E8;
}
.TagClassName
{
border-color: #DC49E8;
}
</style>