Html Css Color HEX #D64EEF Free Speech Magenta
📋 copy color: '#D64EEF'red 214 ◦ green 78 ◦ blue 239
Shades of Free Speech Magenta #D64EEF
Tints of Free Speech Magenta #D64EEF
RGB
CMYK
RGB Variations
Color information
#D64EEF (or 0xD64EEF) is known color: Free Speech Magenta. HEX triplet: D6, 4E and EF. RGB value is (214,78,239). Sum of RGB (Red+Green+Blue) = 214+78+239=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #D64EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D64EEF is #29B110. Grayscale: #888888. Windows color (decimal): -2732305 or 15683286. OLE color: 15683286.
HSL color Cylindrical-coordinate representation of color #D64EEF: hue angle of 290.68º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64EEF is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 78 | 239 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.06 |
| HSL | 290.68º | 0.83% | 0.62% | - |
| HSV(B) | 290.68º | 0.67% | 0.94% | - |
| XYZ | 46.04 | 25.98 | 84.25 | - |
| YUV | 137.02 | 185.56 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 239 | 0.10 | 0.67 | 0 | 0.06 | 290.68 | 0.83 | 0.62 |
| Hex | D6 | 4E | EF | A | 43 | 0 | 6 | 123 | 53 | 3E |
| Octal | 326 | 116 | 357 | 12 | 103 | 0 | 6 | 443 | 123 | 76 |
| Binary | 11010110 | 1001110 | 11101111 | 1010 | 1000011 | 0 | 110 | 100100011 | 1010011 | 111110 |
Color Harmonies of #D64EEF
Complementary color
Monochromatic Colors of #D64EEF
Black with #D64EEF
Text Example
Text Example
White with #D64EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EEF; }
p { color: rgb(214,78,239); }
H1.HeaderClassName
{
color: #D64EEF;
}
.AnyTagClassName
{
color: #D64EEF;
}
</style>
background-color css
<style>
a { background-color: #D64EEF; }
a { background-color: rgb(214,78,239); }
div.DivClassName
{
background-color: #D64EEF;
}
.BgClassName
{
background-color: #D64EEF;
}
</style>
border-color css
<style>
span { border-color: #D64EEF; }
span { border-color: rgb(214,78,239); }
td.TdClassName
{
border-color: #D64EEF;
}
.TagClassName
{
border-color: #D64EEF;
}
</style>