Html Css Color HEX #D94DF5 Free Speech Magenta
📋 copy color: '#D94DF5'red 217 ◦ green 77 ◦ blue 245
Shades of Free Speech Magenta #D94DF5
Tints of Free Speech Magenta #D94DF5
RGB
CMYK
RGB Variations
Color information
#D94DF5 (or 0xD94DF5) is known color: Free Speech Magenta. HEX triplet: D9, 4D and F5. RGB value is (217,77,245). Sum of RGB (Red+Green+Blue) = 217+77+245=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 77 (30.47% from 255 or 14.29% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #D94DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94DF5 is #26B20A. Grayscale: #898989. Windows color (decimal): -2535947 or 16076249. OLE color: 16076249.
HSL color Cylindrical-coordinate representation of color #D94DF5: hue angle of 290º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D94DF5 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 77 | 245 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.04 |
| HSL | 290º | 0.89% | 0.63% | - |
| HSV(B) | 290º | 0.69% | 0.96% | - |
| XYZ | 47.75 | 26.65 | 89.01 | - |
| YUV | 138.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 77 | 245 | 0.11 | 0.69 | 0 | 0.04 | 290 | 0.89 | 0.63 |
| Hex | D9 | 4D | F5 | B | 45 | 0 | 4 | 122 | 59 | 3F |
| Octal | 331 | 115 | 365 | 13 | 105 | 0 | 4 | 442 | 131 | 77 |
| Binary | 11011001 | 1001101 | 11110101 | 1011 | 1000101 | 0 | 100 | 100100010 | 1011001 | 111111 |
Color Harmonies of #D94DF5
Complementary color
Monochromatic Colors of #D94DF5
Black with #D94DF5
Text Example
Text Example
White with #D94DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94DF5; }
p { color: rgb(217,77,245); }
H1.HeaderClassName
{
color: #D94DF5;
}
.AnyTagClassName
{
color: #D94DF5;
}
</style>
background-color css
<style>
a { background-color: #D94DF5; }
a { background-color: rgb(217,77,245); }
div.DivClassName
{
background-color: #D94DF5;
}
.BgClassName
{
background-color: #D94DF5;
}
</style>
border-color css
<style>
span { border-color: #D94DF5; }
span { border-color: rgb(217,77,245); }
td.TdClassName
{
border-color: #D94DF5;
}
.TagClassName
{
border-color: #D94DF5;
}
</style>