Html Css Color HEX #D849F0 Free Speech Magenta
📋 copy color: '#D849F0'red 216 ◦ green 73 ◦ blue 240
Shades of Free Speech Magenta #D849F0
Tints of Free Speech Magenta #D849F0
RGB
CMYK
RGB Variations
Color information
#D849F0 (or 0xD849F0) is known color: Free Speech Magenta. HEX triplet: D8, 49 and F0. RGB value is (216,73,240). Sum of RGB (Red+Green+Blue) = 216+73+240=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #D849F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D849F0 is #27B60F. Grayscale: #868686. Windows color (decimal): -2602512 or 15747544. OLE color: 15747544.
HSL color Cylindrical-coordinate representation of color #D849F0: hue angle of 291.38º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D849F0 is Cyan = 0.1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 73 | 240 | - |
| CMYK | 0.1 | 0.70 | 0 | 0.06 |
| HSL | 291.38º | 0.85% | 0.61% | - |
| HSV(B) | 291.38º | 0.7% | 0.94% | - |
| XYZ | 46.43 | 25.66 | 84.94 | - |
| YUV | 134.8 | 187.38 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 73 | 240 | 0.1 | 0.70 | 0 | 0.06 | 291.38 | 0.85 | 0.61 |
| Hex | D8 | 49 | F0 | A | 46 | 0 | 6 | 123 | 55 | 3D |
| Octal | 330 | 111 | 360 | 12 | 106 | 0 | 6 | 443 | 125 | 75 |
| Binary | 11011000 | 1001001 | 11110000 | 1010 | 1000110 | 0 | 110 | 100100011 | 1010101 | 111101 |
Color Harmonies of #D849F0
Complementary color
Monochromatic Colors of #D849F0
Black with #D849F0
Text Example
Text Example
White with #D849F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D849F0; }
p { color: rgb(216,73,240); }
H1.HeaderClassName
{
color: #D849F0;
}
.AnyTagClassName
{
color: #D849F0;
}
</style>
background-color css
<style>
a { background-color: #D849F0; }
a { background-color: rgb(216,73,240); }
div.DivClassName
{
background-color: #D849F0;
}
.BgClassName
{
background-color: #D849F0;
}
</style>
border-color css
<style>
span { border-color: #D849F0; }
span { border-color: rgb(216,73,240); }
td.TdClassName
{
border-color: #D849F0;
}
.TagClassName
{
border-color: #D849F0;
}
</style>