Html Css Color HEX #D741E1 Free Speech Magenta
📋 copy color: '#D741E1'red 215 ◦ green 65 ◦ blue 225
Shades of Free Speech Magenta #D741E1
Tints of Free Speech Magenta #D741E1
RGB
CMYK
RGB Variations
Color information
#D741E1 (or 0xD741E1) is known color: Free Speech Magenta. HEX triplet: D7, 41 and E1. RGB value is (215,65,225). Sum of RGB (Red+Green+Blue) = 215+65+225=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #D741E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D741E1 is #28BE1E. Grayscale: #7F7F7F. Windows color (decimal): -2670111 or 14762455. OLE color: 14762455.
HSL color Cylindrical-coordinate representation of color #D741E1: hue angle of 296.25º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D741E1 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 65 | 225 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.12 |
| HSL | 296.25º | 0.73% | 0.57% | - |
| HSV(B) | 296.25º | 0.71% | 0.88% | - |
| XYZ | 43.51 | 23.66 | 73.51 | - |
| YUV | 128.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 225 | 0.04 | 0.71 | 0 | 0.12 | 296.25 | 0.73 | 0.57 |
| Hex | D7 | 41 | E1 | 4 | 47 | 0 | C | 128 | 49 | 39 |
| Octal | 327 | 101 | 341 | 4 | 107 | 0 | 14 | 450 | 111 | 71 |
| Binary | 11010111 | 1000001 | 11100001 | 100 | 1000111 | 0 | 1100 | 100101000 | 1001001 | 111001 |
Color Harmonies of #D741E1
Complementary color
Monochromatic Colors of #D741E1
Black with #D741E1
Text Example
Text Example
White with #D741E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D741E1; }
p { color: rgb(215,65,225); }
H1.HeaderClassName
{
color: #D741E1;
}
.AnyTagClassName
{
color: #D741E1;
}
</style>
background-color css
<style>
a { background-color: #D741E1; }
a { background-color: rgb(215,65,225); }
div.DivClassName
{
background-color: #D741E1;
}
.BgClassName
{
background-color: #D741E1;
}
</style>
border-color css
<style>
span { border-color: #D741E1; }
span { border-color: rgb(215,65,225); }
td.TdClassName
{
border-color: #D741E1;
}
.TagClassName
{
border-color: #D741E1;
}
</style>