Html Css Color HEX #D74DED Free Speech Magenta
📋 copy color: '#D74DED'red 215 ◦ green 77 ◦ blue 237
Shades of Free Speech Magenta #D74DED
Tints of Free Speech Magenta #D74DED
RGB
CMYK
RGB Variations
Color information
#D74DED (or 0xD74DED) is known color: Free Speech Magenta. HEX triplet: D7, 4D and ED. RGB value is (215,77,237). Sum of RGB (Red+Green+Blue) = 215+77+237=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #D74DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D74DED is #28B212. Grayscale: #888888. Windows color (decimal): -2667027 or 15551959. OLE color: 15551959.
HSL color Cylindrical-coordinate representation of color #D74DED: hue angle of 291.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74DED is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 77 | 237 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.07 |
| HSL | 291.75º | 0.82% | 0.62% | - |
| HSV(B) | 291.75º | 0.68% | 0.93% | - |
| XYZ | 45.96 | 25.87 | 82.69 | - |
| YUV | 136.5 | 184.72 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 237 | 0.09 | 0.68 | 0 | 0.07 | 291.75 | 0.82 | 0.62 |
| Hex | D7 | 4D | ED | 9 | 44 | 0 | 7 | 124 | 52 | 3E |
| Octal | 327 | 115 | 355 | 11 | 104 | 0 | 7 | 444 | 122 | 76 |
| Binary | 11010111 | 1001101 | 11101101 | 1001 | 1000100 | 0 | 111 | 100100100 | 1010010 | 111110 |
Color Harmonies of #D74DED
Complementary color
Monochromatic Colors of #D74DED
Black with #D74DED
Text Example
Text Example
White with #D74DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DED; }
p { color: rgb(215,77,237); }
H1.HeaderClassName
{
color: #D74DED;
}
.AnyTagClassName
{
color: #D74DED;
}
</style>
background-color css
<style>
a { background-color: #D74DED; }
a { background-color: rgb(215,77,237); }
div.DivClassName
{
background-color: #D74DED;
}
.BgClassName
{
background-color: #D74DED;
}
</style>
border-color css
<style>
span { border-color: #D74DED; }
span { border-color: rgb(215,77,237); }
td.TdClassName
{
border-color: #D74DED;
}
.TagClassName
{
border-color: #D74DED;
}
</style>