Html Css Color HEX #D759EE Free Speech Magenta
📋 copy color: '#D759EE'red 215 ◦ green 89 ◦ blue 238
Shades of Free Speech Magenta #D759EE
Tints of Free Speech Magenta #D759EE
RGB
CMYK
RGB Variations
Color information
#D759EE (or 0xD759EE) is known color: Free Speech Magenta. HEX triplet: D7, 59 and EE. RGB value is (215,89,238). Sum of RGB (Red+Green+Blue) = 215+89+238=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 89 (35.16% from 255 or 16.42% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #D759EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D759EE is #28A611. Grayscale: #8F8F8F. Windows color (decimal): -2663954 or 15620567. OLE color: 15620567.
HSL color Cylindrical-coordinate representation of color #D759EE: hue angle of 290.74º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D759EE is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 89 | 238 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.07 |
| HSL | 290.74º | 0.81% | 0.64% | - |
| HSV(B) | 290.74º | 0.63% | 0.93% | - |
| XYZ | 47.03 | 27.76 | 83.77 | - |
| YUV | 143.66 | 181.24 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 89 | 238 | 0.10 | 0.63 | 0 | 0.07 | 290.74 | 0.81 | 0.64 |
| Hex | D7 | 59 | EE | A | 3F | 0 | 7 | 123 | 51 | 40 |
| Octal | 327 | 131 | 356 | 12 | 77 | 0 | 7 | 443 | 121 | 100 |
| Binary | 11010111 | 1011001 | 11101110 | 1010 | 111111 | 0 | 111 | 100100011 | 1010001 | 1000000 |
Color Harmonies of #D759EE
Complementary color
Monochromatic Colors of #D759EE
Black with #D759EE
Text Example
Text Example
White with #D759EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D759EE; }
p { color: rgb(215,89,238); }
H1.HeaderClassName
{
color: #D759EE;
}
.AnyTagClassName
{
color: #D759EE;
}
</style>
background-color css
<style>
a { background-color: #D759EE; }
a { background-color: rgb(215,89,238); }
div.DivClassName
{
background-color: #D759EE;
}
.BgClassName
{
background-color: #D759EE;
}
</style>
border-color css
<style>
span { border-color: #D759EE; }
span { border-color: rgb(215,89,238); }
td.TdClassName
{
border-color: #D759EE;
}
.TagClassName
{
border-color: #D759EE;
}
</style>