Html Css Color HEX #D841F5 Free Speech Magenta
📋 copy color: '#D841F5'red 216 ◦ green 65 ◦ blue 245
Shades of Free Speech Magenta #D841F5
Tints of Free Speech Magenta #D841F5
RGB
CMYK
RGB Variations
Color information
#D841F5 (or 0xD841F5) is known color: Free Speech Magenta. HEX triplet: D8, 41 and F5. RGB value is (216,65,245). Sum of RGB (Red+Green+Blue) = 216+65+245=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #D841F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D841F5 is #27BE0A. Grayscale: #828282. Windows color (decimal): -2604555 or 16073176. OLE color: 16073176.
HSL color Cylindrical-coordinate representation of color #D841F5: hue angle of 290.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D841F5 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 65 | 245 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.04 |
| HSL | 290.33º | 0.9% | 0.61% | - |
| HSV(B) | 290.33º | 0.73% | 0.96% | - |
| XYZ | 46.69 | 24.97 | 88.75 | - |
| YUV | 130.67 | 192.53 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 245 | 0.12 | 0.73 | 0 | 0.04 | 290.33 | 0.9 | 0.61 |
| Hex | D8 | 41 | F5 | C | 49 | 0 | 4 | 122 | 5A | 3D |
| Octal | 330 | 101 | 365 | 14 | 111 | 0 | 4 | 442 | 132 | 75 |
| Binary | 11011000 | 1000001 | 11110101 | 1100 | 1001001 | 0 | 100 | 100100010 | 1011010 | 111101 |
Color Harmonies of #D841F5
Complementary color
Monochromatic Colors of #D841F5
Black with #D841F5
Text Example
Text Example
White with #D841F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D841F5; }
p { color: rgb(216,65,245); }
H1.HeaderClassName
{
color: #D841F5;
}
.AnyTagClassName
{
color: #D841F5;
}
</style>
background-color css
<style>
a { background-color: #D841F5; }
a { background-color: rgb(216,65,245); }
div.DivClassName
{
background-color: #D841F5;
}
.BgClassName
{
background-color: #D841F5;
}
</style>
border-color css
<style>
span { border-color: #D841F5; }
span { border-color: rgb(216,65,245); }
td.TdClassName
{
border-color: #D841F5;
}
.TagClassName
{
border-color: #D841F5;
}
</style>