Html Css Color HEX #D740E6 Free Speech Magenta
📋 copy color: '#D740E6'red 215 ◦ green 64 ◦ blue 230
Shades of Free Speech Magenta #D740E6
Tints of Free Speech Magenta #D740E6
RGB
CMYK
RGB Variations
Color information
#D740E6 (or 0xD740E6) is known color: Free Speech Magenta. HEX triplet: D7, 40 and E6. RGB value is (215,64,230). Sum of RGB (Red+Green+Blue) = 215+64+230=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #D740E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D740E6 is #28BF19. Grayscale: #7F7F7F. Windows color (decimal): -2670362 or 15089879. OLE color: 15089879.
HSL color Cylindrical-coordinate representation of color #D740E6: hue angle of 294.58º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D740E6 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 64 | 230 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.10 |
| HSL | 294.58º | 0.77% | 0.58% | - |
| HSV(B) | 294.58º | 0.72% | 0.9% | - |
| XYZ | 44.14 | 23.83 | 77.14 | - |
| YUV | 128.07 | 185.53 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 230 | 0.07 | 0.72 | 0 | 0.10 | 294.58 | 0.77 | 0.58 |
| Hex | D7 | 40 | E6 | 7 | 48 | 0 | A | 127 | 4D | 3A |
| Octal | 327 | 100 | 346 | 7 | 110 | 0 | 12 | 447 | 115 | 72 |
| Binary | 11010111 | 1000000 | 11100110 | 111 | 1001000 | 0 | 1010 | 100100111 | 1001101 | 111010 |
Color Harmonies of #D740E6
Complementary color
Monochromatic Colors of #D740E6
Black with #D740E6
Text Example
Text Example
White with #D740E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D740E6; }
p { color: rgb(215,64,230); }
H1.HeaderClassName
{
color: #D740E6;
}
.AnyTagClassName
{
color: #D740E6;
}
</style>
background-color css
<style>
a { background-color: #D740E6; }
a { background-color: rgb(215,64,230); }
div.DivClassName
{
background-color: #D740E6;
}
.BgClassName
{
background-color: #D740E6;
}
</style>
border-color css
<style>
span { border-color: #D740E6; }
span { border-color: rgb(215,64,230); }
td.TdClassName
{
border-color: #D740E6;
}
.TagClassName
{
border-color: #D740E6;
}
</style>