Html Css Color HEX #D741E7 Free Speech Magenta
📋 copy color: '#D741E7'red 215 ◦ green 65 ◦ blue 231
Shades of Free Speech Magenta #D741E7
Tints of Free Speech Magenta #D741E7
RGB
CMYK
RGB Variations
Color information
#D741E7 (or 0xD741E7) is known color: Free Speech Magenta. HEX triplet: D7, 41 and E7. RGB value is (215,65,231). Sum of RGB (Red+Green+Blue) = 215+65+231=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 231 (90.62% from 255 or 45.21% from 511); Max value from RGB is 231 - color contains mainly: blue. Hex color #D741E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D741E7 is #28BE18. Grayscale: #808080. Windows color (decimal): -2670105 or 15155671. OLE color: 15155671.
HSL color Cylindrical-coordinate representation of color #D741E7: hue angle of 294.22º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D741E7 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 65 | 231 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.09 |
| HSL | 294.22º | 0.78% | 0.58% | - |
| HSV(B) | 294.22º | 0.72% | 0.91% | - |
| XYZ | 44.34 | 24 | 77.9 | - |
| YUV | 128.77 | 185.7 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 231 | 0.07 | 0.72 | 0 | 0.09 | 294.22 | 0.78 | 0.58 |
| Hex | D7 | 41 | E7 | 7 | 48 | 0 | 9 | 126 | 4E | 3A |
| Octal | 327 | 101 | 347 | 7 | 110 | 0 | 11 | 446 | 116 | 72 |
| Binary | 11010111 | 1000001 | 11100111 | 111 | 1001000 | 0 | 1001 | 100100110 | 1001110 | 111010 |
Color Harmonies of #D741E7
Complementary color
Monochromatic Colors of #D741E7
Black with #D741E7
Text Example
Text Example
White with #D741E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D741E7; }
p { color: rgb(215,65,231); }
H1.HeaderClassName
{
color: #D741E7;
}
.AnyTagClassName
{
color: #D741E7;
}
</style>
background-color css
<style>
a { background-color: #D741E7; }
a { background-color: rgb(215,65,231); }
div.DivClassName
{
background-color: #D741E7;
}
.BgClassName
{
background-color: #D741E7;
}
</style>
border-color css
<style>
span { border-color: #D741E7; }
span { border-color: rgb(215,65,231); }
td.TdClassName
{
border-color: #D741E7;
}
.TagClassName
{
border-color: #D741E7;
}
</style>