Html Css Color HEX #D841EF Free Speech Magenta
📋 copy color: '#D841EF'red 216 ◦ green 65 ◦ blue 239
Shades of Free Speech Magenta #D841EF
Tints of Free Speech Magenta #D841EF
RGB
CMYK
RGB Variations
Color information
#D841EF (or 0xD841EF) is known color: Free Speech Magenta. HEX triplet: D8, 41 and EF. RGB value is (216,65,239). Sum of RGB (Red+Green+Blue) = 216+65+239=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #D841EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D841EF is #27BE10. Grayscale: #818181. Windows color (decimal): -2604561 or 15679960. OLE color: 15679960.
HSL color Cylindrical-coordinate representation of color #D841EF: hue angle of 292.07º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D841EF is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 65 | 239 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.06 |
| HSL | 292.07º | 0.84% | 0.6% | - |
| HSV(B) | 292.07º | 0.73% | 0.94% | - |
| XYZ | 45.79 | 24.61 | 84 | - |
| YUV | 129.99 | 189.53 | 189.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 239 | 0.10 | 0.73 | 0 | 0.06 | 292.07 | 0.84 | 0.6 |
| Hex | D8 | 41 | EF | A | 49 | 0 | 6 | 124 | 54 | 3C |
| Octal | 330 | 101 | 357 | 12 | 111 | 0 | 6 | 444 | 124 | 74 |
| Binary | 11011000 | 1000001 | 11101111 | 1010 | 1001001 | 0 | 110 | 100100100 | 1010100 | 111100 |
Color Harmonies of #D841EF
Complementary color
Monochromatic Colors of #D841EF
Black with #D841EF
Text Example
Text Example
White with #D841EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D841EF; }
p { color: rgb(216,65,239); }
H1.HeaderClassName
{
color: #D841EF;
}
.AnyTagClassName
{
color: #D841EF;
}
</style>
background-color css
<style>
a { background-color: #D841EF; }
a { background-color: rgb(216,65,239); }
div.DivClassName
{
background-color: #D841EF;
}
.BgClassName
{
background-color: #D841EF;
}
</style>
border-color css
<style>
span { border-color: #D841EF; }
span { border-color: rgb(216,65,239); }
td.TdClassName
{
border-color: #D841EF;
}
.TagClassName
{
border-color: #D841EF;
}
</style>