Html Css Color HEX #DC54D9 Free Speech Magenta
📋 copy color: '#DC54D9'red 220 ◦ green 84 ◦ blue 217
Shades of Free Speech Magenta #DC54D9
Tints of Free Speech Magenta #DC54D9
RGB
CMYK
RGB Variations
Color information
#DC54D9 (or 0xDC54D9) is known color: Free Speech Magenta. HEX triplet: DC, 54 and D9. RGB value is (220,84,217). Sum of RGB (Red+Green+Blue) = 220+84+217=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC54D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC54D9 is #23AB26. Grayscale: #8B8B8B. Windows color (decimal): -2337575 or 14243036. OLE color: 14243036.
HSL color Cylindrical-coordinate representation of color #DC54D9: hue angle of 301.32º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC54D9 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 217 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.14 |
| HSL | 301.32º | 0.66% | 0.6% | - |
| HSV(B) | 301.32º | 0.62% | 0.86% | - |
| XYZ | 45.21 | 26.57 | 68.39 | - |
| YUV | 139.83 | 171.56 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 217 | 0 | 0.62 | 0.01 | 0.14 | 301.32 | 0.66 | 0.6 |
| Hex | DC | 54 | D9 | 0 | 3E | 1 | E | 12D | 42 | 3C |
| Octal | 334 | 124 | 331 | 0 | 76 | 1 | 16 | 455 | 102 | 74 |
| Binary | 11011100 | 1010100 | 11011001 | 0 | 111110 | 1 | 1110 | 100101101 | 1000010 | 111100 |
Color Harmonies of #DC54D9
Complementary color
Monochromatic Colors of #DC54D9
Black with #DC54D9
Text Example
Text Example
White with #DC54D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54D9; }
p { color: rgb(220,84,217); }
H1.HeaderClassName
{
color: #DC54D9;
}
.AnyTagClassName
{
color: #DC54D9;
}
</style>
background-color css
<style>
a { background-color: #DC54D9; }
a { background-color: rgb(220,84,217); }
div.DivClassName
{
background-color: #DC54D9;
}
.BgClassName
{
background-color: #DC54D9;
}
</style>
border-color css
<style>
span { border-color: #DC54D9; }
span { border-color: rgb(220,84,217); }
td.TdClassName
{
border-color: #DC54D9;
}
.TagClassName
{
border-color: #DC54D9;
}
</style>