Html Css Color HEX #D74DF1 Free Speech Magenta
📋 copy color: '#D74DF1'red 215 ◦ green 77 ◦ blue 241
Shades of Free Speech Magenta #D74DF1
Tints of Free Speech Magenta #D74DF1
RGB
CMYK
RGB Variations
Color information
#D74DF1 (or 0xD74DF1) is known color: Free Speech Magenta. HEX triplet: D7, 4D and F1. RGB value is (215,77,241). Sum of RGB (Red+Green+Blue) = 215+77+241=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 77 (30.47% from 255 or 14.45% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #D74DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74DF1 is #28B20E. Grayscale: #888888. Windows color (decimal): -2667023 or 15814103. OLE color: 15814103.
HSL color Cylindrical-coordinate representation of color #D74DF1: hue angle of 290.49º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74DF1 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 77 | 241 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.05 |
| HSL | 290.49º | 0.85% | 0.62% | - |
| HSV(B) | 290.49º | 0.68% | 0.95% | - |
| XYZ | 46.56 | 26.11 | 85.8 | - |
| YUV | 136.96 | 186.72 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 241 | 0.11 | 0.68 | 0 | 0.05 | 290.49 | 0.85 | 0.62 |
| Hex | D7 | 4D | F1 | B | 44 | 0 | 5 | 122 | 55 | 3E |
| Octal | 327 | 115 | 361 | 13 | 104 | 0 | 5 | 442 | 125 | 76 |
| Binary | 11010111 | 1001101 | 11110001 | 1011 | 1000100 | 0 | 101 | 100100010 | 1010101 | 111110 |
Color Harmonies of #D74DF1
Complementary color
Monochromatic Colors of #D74DF1
Black with #D74DF1
Text Example
Text Example
White with #D74DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DF1; }
p { color: rgb(215,77,241); }
H1.HeaderClassName
{
color: #D74DF1;
}
.AnyTagClassName
{
color: #D74DF1;
}
</style>
background-color css
<style>
a { background-color: #D74DF1; }
a { background-color: rgb(215,77,241); }
div.DivClassName
{
background-color: #D74DF1;
}
.BgClassName
{
background-color: #D74DF1;
}
</style>
border-color css
<style>
span { border-color: #D74DF1; }
span { border-color: rgb(215,77,241); }
td.TdClassName
{
border-color: #D74DF1;
}
.TagClassName
{
border-color: #D74DF1;
}
</style>