Html Css Color HEX #FF5DDD Free Speech Magenta
📋 copy color: '#FF5DDD'red 255 ◦ green 93 ◦ blue 221
Shades of Free Speech Magenta #FF5DDD
Tints of Free Speech Magenta #FF5DDD
RGB
CMYK
RGB Variations
Color information
#FF5DDD (or 0xFF5DDD) is known color: Free Speech Magenta. HEX triplet: FF, 5D and DD. RGB value is (255,93,221). Sum of RGB (Red+Green+Blue) = 255+93+221=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 93 (36.72% from 255 or 16.34% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DDD is #00A222. Grayscale: #9B9B9B. Windows color (decimal): -41507 or 14507519. OLE color: 14507519.
HSL color Cylindrical-coordinate representation of color #FF5DDD: hue angle of 312.59º 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 #FF5DDD is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 221 | - |
| CMYK | 0 | 0.64 | 0.13 | 0 |
| HSL | 312.59º | 1% | 0.68% | - |
| HSV(B) | 312.59º | 0.64% | 1% | - |
| XYZ | 58.21 | 34.31 | 71.96 | - |
| YUV | 156.03 | 164.67 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 221 | 0 | 0.64 | 0.13 | 0 | 312.59 | 1 | 0.68 |
| Hex | FF | 5D | DD | 0 | 40 | D | 0 | 139 | 64 | 44 |
| Octal | 377 | 135 | 335 | 0 | 100 | 15 | 0 | 471 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11011101 | 0 | 1000000 | 1101 | 0 | 100111001 | 1100100 | 1000100 |
Color Harmonies of #FF5DDD
Complementary color
Monochromatic Colors of #FF5DDD
Black with #FF5DDD
Text Example
Text Example
White with #FF5DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DDD; }
p { color: rgb(255,93,221); }
H1.HeaderClassName
{
color: #FF5DDD;
}
.AnyTagClassName
{
color: #FF5DDD;
}
</style>
background-color css
<style>
a { background-color: #FF5DDD; }
a { background-color: rgb(255,93,221); }
div.DivClassName
{
background-color: #FF5DDD;
}
.BgClassName
{
background-color: #FF5DDD;
}
</style>
border-color css
<style>
span { border-color: #FF5DDD; }
span { border-color: rgb(255,93,221); }
td.TdClassName
{
border-color: #FF5DDD;
}
.TagClassName
{
border-color: #FF5DDD;
}
</style>