Html Css Color HEX #D761E1 Free Speech Magenta
📋 copy color: '#D761E1'red 215 ◦ green 97 ◦ blue 225
Shades of Free Speech Magenta #D761E1
Tints of Free Speech Magenta #D761E1
RGB
CMYK
RGB Variations
Color information
#D761E1 (or 0xD761E1) is known color: Free Speech Magenta. HEX triplet: D7, 61 and E1. RGB value is (215,97,225). Sum of RGB (Red+Green+Blue) = 215+97+225=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #D761E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761E1 is #289E1E. Grayscale: #929292. Windows color (decimal): -2661919 or 14770647. OLE color: 14770647.
HSL color Cylindrical-coordinate representation of color #D761E1: hue angle of 295.31º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D761E1 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 97 | 225 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.12 |
| HSL | 295.31º | 0.68% | 0.63% | - |
| HSV(B) | 295.31º | 0.57% | 0.88% | - |
| XYZ | 45.89 | 28.43 | 74.3 | - |
| YUV | 146.87 | 172.09 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 97 | 225 | 0.04 | 0.57 | 0 | 0.12 | 295.31 | 0.68 | 0.63 |
| Hex | D7 | 61 | E1 | 4 | 39 | 0 | C | 127 | 44 | 3F |
| Octal | 327 | 141 | 341 | 4 | 71 | 0 | 14 | 447 | 104 | 77 |
| Binary | 11010111 | 1100001 | 11100001 | 100 | 111001 | 0 | 1100 | 100100111 | 1000100 | 111111 |
Color Harmonies of #D761E1
Complementary color
Monochromatic Colors of #D761E1
Black with #D761E1
Text Example
Text Example
White with #D761E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D761E1; }
p { color: rgb(215,97,225); }
H1.HeaderClassName
{
color: #D761E1;
}
.AnyTagClassName
{
color: #D761E1;
}
</style>
background-color css
<style>
a { background-color: #D761E1; }
a { background-color: rgb(215,97,225); }
div.DivClassName
{
background-color: #D761E1;
}
.BgClassName
{
background-color: #D761E1;
}
</style>
border-color css
<style>
span { border-color: #D761E1; }
span { border-color: rgb(215,97,225); }
td.TdClassName
{
border-color: #D761E1;
}
.TagClassName
{
border-color: #D761E1;
}
</style>