Html Css Color HEX #D55DE9 Free Speech Magenta
📋 copy color: '#D55DE9'red 213 ◦ green 93 ◦ blue 233
Shades of Free Speech Magenta #D55DE9
Tints of Free Speech Magenta #D55DE9
RGB
CMYK
RGB Variations
Color information
#D55DE9 (or 0xD55DE9) is known color: Free Speech Magenta. HEX triplet: D5, 5D and E9. RGB value is (213,93,233). Sum of RGB (Red+Green+Blue) = 213+93+233=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #D55DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55DE9 is #2AA216. Grayscale: #909090. Windows color (decimal): -2794007 or 15293909. OLE color: 15293909.
HSL color Cylindrical-coordinate representation of color #D55DE9: hue angle of 291.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D55DE9 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 93 | 233 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.09 |
| HSL | 291.43º | 0.76% | 0.64% | - |
| HSV(B) | 291.43º | 0.6% | 0.91% | - |
| XYZ | 46.06 | 27.86 | 80.04 | - |
| YUV | 144.84 | 177.76 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 93 | 233 | 0.09 | 0.60 | 0 | 0.09 | 291.43 | 0.76 | 0.64 |
| Hex | D5 | 5D | E9 | 9 | 3C | 0 | 9 | 123 | 4C | 40 |
| Octal | 325 | 135 | 351 | 11 | 74 | 0 | 11 | 443 | 114 | 100 |
| Binary | 11010101 | 1011101 | 11101001 | 1001 | 111100 | 0 | 1001 | 100100011 | 1001100 | 1000000 |
Color Harmonies of #D55DE9
Complementary color
Monochromatic Colors of #D55DE9
Black with #D55DE9
Text Example
Text Example
White with #D55DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55DE9; }
p { color: rgb(213,93,233); }
H1.HeaderClassName
{
color: #D55DE9;
}
.AnyTagClassName
{
color: #D55DE9;
}
</style>
background-color css
<style>
a { background-color: #D55DE9; }
a { background-color: rgb(213,93,233); }
div.DivClassName
{
background-color: #D55DE9;
}
.BgClassName
{
background-color: #D55DE9;
}
</style>
border-color css
<style>
span { border-color: #D55DE9; }
span { border-color: rgb(213,93,233); }
td.TdClassName
{
border-color: #D55DE9;
}
.TagClassName
{
border-color: #D55DE9;
}
</style>