Html Css Color HEX #FF5DDC Free Speech Magenta
📋 copy color: '#FF5DDC'red 255 ◦ green 93 ◦ blue 220
Shades of Free Speech Magenta #FF5DDC
Tints of Free Speech Magenta #FF5DDC
RGB
CMYK
RGB Variations
Color information
#FF5DDC (or 0xFF5DDC) is known color: Free Speech Magenta. HEX triplet: FF, 5D and DC. RGB value is (255,93,220). Sum of RGB (Red+Green+Blue) = 255+93+220=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 93 (36.72% from 255 or 16.37% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DDC is #00A223. Grayscale: #9B9B9B. Windows color (decimal): -41508 or 14441983. OLE color: 14441983.
HSL color Cylindrical-coordinate representation of color #FF5DDC: hue angle of 312.96º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5DDC is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 220 | - |
| CMYK | 0 | 0.64 | 0.14 | 0 |
| HSL | 312.96º | 1% | 0.68% | - |
| HSV(B) | 312.96º | 0.64% | 1% | - |
| XYZ | 58.07 | 34.26 | 71.26 | - |
| YUV | 155.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 220 | 0 | 0.64 | 0.14 | 0 | 312.96 | 1 | 0.68 |
| Hex | FF | 5D | DC | 0 | 40 | E | 0 | 139 | 64 | 44 |
| Octal | 377 | 135 | 334 | 0 | 100 | 16 | 0 | 471 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11011100 | 0 | 1000000 | 1110 | 0 | 100111001 | 1100100 | 1000100 |
Color Harmonies of #FF5DDC
Complementary color
Monochromatic Colors of #FF5DDC
Black with #FF5DDC
Text Example
Text Example
White with #FF5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DDC; }
p { color: rgb(255,93,220); }
H1.HeaderClassName
{
color: #FF5DDC;
}
.AnyTagClassName
{
color: #FF5DDC;
}
</style>
background-color css
<style>
a { background-color: #FF5DDC; }
a { background-color: rgb(255,93,220); }
div.DivClassName
{
background-color: #FF5DDC;
}
.BgClassName
{
background-color: #FF5DDC;
}
</style>
border-color css
<style>
span { border-color: #FF5DDC; }
span { border-color: rgb(255,93,220); }
td.TdClassName
{
border-color: #FF5DDC;
}
.TagClassName
{
border-color: #FF5DDC;
}
</style>