Html Css Color HEX #D740EF Free Speech Magenta
📋 copy color: '#D740EF'red 215 ◦ green 64 ◦ blue 239
Shades of Free Speech Magenta #D740EF
Tints of Free Speech Magenta #D740EF
RGB
CMYK
RGB Variations
Color information
#D740EF (or 0xD740EF) is known color: Free Speech Magenta. HEX triplet: D7, 40 and EF. RGB value is (215,64,239). Sum of RGB (Red+Green+Blue) = 215+64+239=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 64 (25.39% from 255 or 12.36% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #D740EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D740EF is #28BF10. Grayscale: #808080. Windows color (decimal): -2670353 or 15679703. OLE color: 15679703.
HSL color Cylindrical-coordinate representation of color #D740EF: hue angle of 291.77º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D740EF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 64 | 239 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.06 |
| HSL | 291.77º | 0.85% | 0.59% | - |
| HSV(B) | 291.77º | 0.73% | 0.94% | - |
| XYZ | 45.44 | 24.35 | 83.97 | - |
| YUV | 129.1 | 190.03 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 239 | 0.10 | 0.73 | 0 | 0.06 | 291.77 | 0.85 | 0.59 |
| Hex | D7 | 40 | EF | A | 49 | 0 | 6 | 124 | 55 | 3B |
| Octal | 327 | 100 | 357 | 12 | 111 | 0 | 6 | 444 | 125 | 73 |
| Binary | 11010111 | 1000000 | 11101111 | 1010 | 1001001 | 0 | 110 | 100100100 | 1010101 | 111011 |
Color Harmonies of #D740EF
Complementary color
Monochromatic Colors of #D740EF
Black with #D740EF
Text Example
Text Example
White with #D740EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D740EF; }
p { color: rgb(215,64,239); }
H1.HeaderClassName
{
color: #D740EF;
}
.AnyTagClassName
{
color: #D740EF;
}
</style>
background-color css
<style>
a { background-color: #D740EF; }
a { background-color: rgb(215,64,239); }
div.DivClassName
{
background-color: #D740EF;
}
.BgClassName
{
background-color: #D740EF;
}
</style>
border-color css
<style>
span { border-color: #D740EF; }
span { border-color: rgb(215,64,239); }
td.TdClassName
{
border-color: #D740EF;
}
.TagClassName
{
border-color: #D740EF;
}
</style>