Html Css Color HEX #D355EC Free Speech Magenta
📋 copy color: '#D355EC'red 211 ◦ green 85 ◦ blue 236
Shades of Free Speech Magenta #D355EC
Tints of Free Speech Magenta #D355EC
RGB
CMYK
RGB Variations
Color information
#D355EC (or 0xD355EC) is known color: Free Speech Magenta. HEX triplet: D3, 55 and EC. RGB value is (211,85,236). Sum of RGB (Red+Green+Blue) = 211+85+236=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 85 (33.59% from 255 or 15.98% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #D355EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D355EC is #2CAA13. Grayscale: #8B8B8B. Windows color (decimal): -2927124 or 15488467. OLE color: 15488467.
HSL color Cylindrical-coordinate representation of color #D355EC: hue angle of 290.07º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D355EC is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 85 | 236 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.07 |
| HSL | 290.07º | 0.8% | 0.63% | - |
| HSV(B) | 290.07º | 0.64% | 0.93% | - |
| XYZ | 45.25 | 26.4 | 82.07 | - |
| YUV | 139.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 85 | 236 | 0.11 | 0.64 | 0 | 0.07 | 290.07 | 0.8 | 0.63 |
| Hex | D3 | 55 | EC | B | 40 | 0 | 7 | 122 | 50 | 3F |
| Octal | 323 | 125 | 354 | 13 | 100 | 0 | 7 | 442 | 120 | 77 |
| Binary | 11010011 | 1010101 | 11101100 | 1011 | 1000000 | 0 | 111 | 100100010 | 1010000 | 111111 |
Color Harmonies of #D355EC
Complementary color
Monochromatic Colors of #D355EC
Black with #D355EC
Text Example
Text Example
White with #D355EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D355EC; }
p { color: rgb(211,85,236); }
H1.HeaderClassName
{
color: #D355EC;
}
.AnyTagClassName
{
color: #D355EC;
}
</style>
background-color css
<style>
a { background-color: #D355EC; }
a { background-color: rgb(211,85,236); }
div.DivClassName
{
background-color: #D355EC;
}
.BgClassName
{
background-color: #D355EC;
}
</style>
border-color css
<style>
span { border-color: #D355EC; }
span { border-color: rgb(211,85,236); }
td.TdClassName
{
border-color: #D355EC;
}
.TagClassName
{
border-color: #D355EC;
}
</style>