Html Css Color HEX #DC54DD Free Speech Magenta
📋 copy color: '#DC54DD'red 220 ◦ green 84 ◦ blue 221
Shades of Free Speech Magenta #DC54DD
Tints of Free Speech Magenta #DC54DD
RGB
CMYK
RGB Variations
Color information
#DC54DD (or 0xDC54DD) is known color: Free Speech Magenta. HEX triplet: DC, 54 and DD. RGB value is (220,84,221). Sum of RGB (Red+Green+Blue) = 220+84+221=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 84 (33.20% from 255 or 16% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC54DD is #23AB22. Grayscale: #8B8B8B. Windows color (decimal): -2337571 or 14505180. OLE color: 14505180.
HSL color Cylindrical-coordinate representation of color #DC54DD: hue angle of 299.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC54DD is Cyan = 0.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 84 | 221 | - |
| CMYK | 0.00 | 0.62 | 0 | 0.13 |
| HSL | 299.56º | 0.67% | 0.6% | - |
| HSV(B) | 299.56º | 0.62% | 0.87% | - |
| XYZ | 45.74 | 26.78 | 71.16 | - |
| YUV | 140.28 | 173.56 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 221 | 0.00 | 0.62 | 0 | 0.13 | 299.56 | 0.67 | 0.6 |
| Hex | DC | 54 | DD | 0 | 3E | 0 | D | 12C | 43 | 3C |
| Octal | 334 | 124 | 335 | 0 | 76 | 0 | 15 | 454 | 103 | 74 |
| Binary | 11011100 | 1010100 | 11011101 | 0 | 111110 | 0 | 1101 | 100101100 | 1000011 | 111100 |
Color Harmonies of #DC54DD
Complementary color
Monochromatic Colors of #DC54DD
Black with #DC54DD
Text Example
Text Example
White with #DC54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC54DD; }
p { color: rgb(220,84,221); }
H1.HeaderClassName
{
color: #DC54DD;
}
.AnyTagClassName
{
color: #DC54DD;
}
</style>
background-color css
<style>
a { background-color: #DC54DD; }
a { background-color: rgb(220,84,221); }
div.DivClassName
{
background-color: #DC54DD;
}
.BgClassName
{
background-color: #DC54DD;
}
</style>
border-color css
<style>
span { border-color: #DC54DD; }
span { border-color: rgb(220,84,221); }
td.TdClassName
{
border-color: #DC54DD;
}
.TagClassName
{
border-color: #DC54DD;
}
</style>