Html Css Color HEX #D356ED Free Speech Magenta
📋 copy color: '#D356ED'red 211 ◦ green 86 ◦ blue 237
Shades of Free Speech Magenta #D356ED
Tints of Free Speech Magenta #D356ED
RGB
CMYK
RGB Variations
Color information
#D356ED (or 0xD356ED) is known color: Free Speech Magenta. HEX triplet: D3, 56 and ED. RGB value is (211,86,237). Sum of RGB (Red+Green+Blue) = 211+86+237=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #D356ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D356ED is #2CA912. Grayscale: #8C8C8C. Windows color (decimal): -2926867 or 15554259. OLE color: 15554259.
HSL color Cylindrical-coordinate representation of color #D356ED: hue angle of 289.67º degrees, saturation: 0.81, 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 #D356ED is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 86 | 237 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.07 |
| HSL | 289.67º | 0.81% | 0.63% | - |
| HSV(B) | 289.67º | 0.64% | 0.93% | - |
| XYZ | 45.48 | 26.62 | 82.86 | - |
| YUV | 140.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 237 | 0.11 | 0.64 | 0 | 0.07 | 289.67 | 0.81 | 0.63 |
| Hex | D3 | 56 | ED | B | 40 | 0 | 7 | 122 | 51 | 3F |
| Octal | 323 | 126 | 355 | 13 | 100 | 0 | 7 | 442 | 121 | 77 |
| Binary | 11010011 | 1010110 | 11101101 | 1011 | 1000000 | 0 | 111 | 100100010 | 1010001 | 111111 |
Color Harmonies of #D356ED
Complementary color
Monochromatic Colors of #D356ED
Black with #D356ED
Text Example
Text Example
White with #D356ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D356ED; }
p { color: rgb(211,86,237); }
H1.HeaderClassName
{
color: #D356ED;
}
.AnyTagClassName
{
color: #D356ED;
}
</style>
background-color css
<style>
a { background-color: #D356ED; }
a { background-color: rgb(211,86,237); }
div.DivClassName
{
background-color: #D356ED;
}
.BgClassName
{
background-color: #D356ED;
}
</style>
border-color css
<style>
span { border-color: #D356ED; }
span { border-color: rgb(211,86,237); }
td.TdClassName
{
border-color: #D356ED;
}
.TagClassName
{
border-color: #D356ED;
}
</style>