Html Css Color HEX #D359E7 Free Speech Magenta
📋 copy color: '#D359E7'red 211 ◦ green 89 ◦ blue 231
Shades of Free Speech Magenta #D359E7
Tints of Free Speech Magenta #D359E7
RGB
CMYK
RGB Variations
Color information
#D359E7 (or 0xD359E7) is known color: Free Speech Magenta. HEX triplet: D3, 59 and E7. RGB value is (211,89,231). Sum of RGB (Red+Green+Blue) = 211+89+231=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 89 (35.16% from 255 or 16.76% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #D359E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D359E7 is #2CA618. Grayscale: #8D8D8D. Windows color (decimal): -2926105 or 15161811. OLE color: 15161811.
HSL color Cylindrical-coordinate representation of color #D359E7: hue angle of 291.55º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D359E7 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 89 | 231 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.09 |
| HSL | 291.55º | 0.75% | 0.63% | - |
| HSV(B) | 291.55º | 0.61% | 0.91% | - |
| XYZ | 44.86 | 26.76 | 78.4 | - |
| YUV | 141.67 | 178.42 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 231 | 0.09 | 0.61 | 0 | 0.09 | 291.55 | 0.75 | 0.63 |
| Hex | D3 | 59 | E7 | 9 | 3D | 0 | 9 | 124 | 4B | 3F |
| Octal | 323 | 131 | 347 | 11 | 75 | 0 | 11 | 444 | 113 | 77 |
| Binary | 11010011 | 1011001 | 11100111 | 1001 | 111101 | 0 | 1001 | 100100100 | 1001011 | 111111 |
Color Harmonies of #D359E7
Complementary color
Monochromatic Colors of #D359E7
Black with #D359E7
Text Example
Text Example
White with #D359E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D359E7; }
p { color: rgb(211,89,231); }
H1.HeaderClassName
{
color: #D359E7;
}
.AnyTagClassName
{
color: #D359E7;
}
</style>
background-color css
<style>
a { background-color: #D359E7; }
a { background-color: rgb(211,89,231); }
div.DivClassName
{
background-color: #D359E7;
}
.BgClassName
{
background-color: #D359E7;
}
</style>
border-color css
<style>
span { border-color: #D359E7; }
span { border-color: rgb(211,89,231); }
td.TdClassName
{
border-color: #D359E7;
}
.TagClassName
{
border-color: #D359E7;
}
</style>