Html Css Color HEX #D64DED Free Speech Magenta
📋 copy color: '#D64DED'red 214 ◦ green 77 ◦ blue 237
Shades of Free Speech Magenta #D64DED
Tints of Free Speech Magenta #D64DED
RGB
CMYK
RGB Variations
Color information
#D64DED (or 0xD64DED) is known color: Free Speech Magenta. HEX triplet: D6, 4D and ED. RGB value is (214,77,237). Sum of RGB (Red+Green+Blue) = 214+77+237=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #D64DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64DED is #29B212. Grayscale: #878787. Windows color (decimal): -2732563 or 15551958. OLE color: 15551958.
HSL color Cylindrical-coordinate representation of color #D64DED: hue angle of 291.38º 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 #D64DED is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 77 | 237 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.07 |
| HSL | 291.38º | 0.82% | 0.62% | - |
| HSV(B) | 291.38º | 0.68% | 0.93% | - |
| XYZ | 45.67 | 25.72 | 82.68 | - |
| YUV | 136.2 | 184.89 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 237 | 0.10 | 0.68 | 0 | 0.07 | 291.38 | 0.82 | 0.62 |
| Hex | D6 | 4D | ED | A | 44 | 0 | 7 | 123 | 52 | 3E |
| Octal | 326 | 115 | 355 | 12 | 104 | 0 | 7 | 443 | 122 | 76 |
| Binary | 11010110 | 1001101 | 11101101 | 1010 | 1000100 | 0 | 111 | 100100011 | 1010010 | 111110 |
Color Harmonies of #D64DED
Complementary color
Monochromatic Colors of #D64DED
Black with #D64DED
Text Example
Text Example
White with #D64DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64DED; }
p { color: rgb(214,77,237); }
H1.HeaderClassName
{
color: #D64DED;
}
.AnyTagClassName
{
color: #D64DED;
}
</style>
background-color css
<style>
a { background-color: #D64DED; }
a { background-color: rgb(214,77,237); }
div.DivClassName
{
background-color: #D64DED;
}
.BgClassName
{
background-color: #D64DED;
}
</style>
border-color css
<style>
span { border-color: #D64DED; }
span { border-color: rgb(214,77,237); }
td.TdClassName
{
border-color: #D64DED;
}
.TagClassName
{
border-color: #D64DED;
}
</style>