Html Css Color HEX #D640E0 Free Speech Magenta
📋 copy color: '#D640E0'red 214 ◦ green 64 ◦ blue 224
Shades of Free Speech Magenta #D640E0
Tints of Free Speech Magenta #D640E0
RGB
CMYK
RGB Variations
Color information
#D640E0 (or 0xD640E0) is known color: Free Speech Magenta. HEX triplet: D6, 40 and E0. RGB value is (214,64,224). Sum of RGB (Red+Green+Blue) = 214+64+224=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 64 (25.39% from 255 or 12.75% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #D640E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640E0 is #29BF1F. Grayscale: #7E7E7E. Windows color (decimal): -2735904 or 14696662. OLE color: 14696662.
HSL color Cylindrical-coordinate representation of color #D640E0: hue angle of 296.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D640E0 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 64 | 224 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.12 |
| HSL | 296.25º | 0.72% | 0.56% | - |
| HSV(B) | 296.25º | 0.71% | 0.88% | - |
| XYZ | 43.02 | 23.34 | 72.76 | - |
| YUV | 127.09 | 182.7 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 224 | 0.04 | 0.71 | 0 | 0.12 | 296.25 | 0.72 | 0.56 |
| Hex | D6 | 40 | E0 | 4 | 47 | 0 | C | 128 | 48 | 38 |
| Octal | 326 | 100 | 340 | 4 | 107 | 0 | 14 | 450 | 110 | 70 |
| Binary | 11010110 | 1000000 | 11100000 | 100 | 1000111 | 0 | 1100 | 100101000 | 1001000 | 111000 |
Color Harmonies of #D640E0
Complementary color
Monochromatic Colors of #D640E0
Black with #D640E0
Text Example
Text Example
White with #D640E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D640E0; }
p { color: rgb(214,64,224); }
H1.HeaderClassName
{
color: #D640E0;
}
.AnyTagClassName
{
color: #D640E0;
}
</style>
background-color css
<style>
a { background-color: #D640E0; }
a { background-color: rgb(214,64,224); }
div.DivClassName
{
background-color: #D640E0;
}
.BgClassName
{
background-color: #D640E0;
}
</style>
border-color css
<style>
span { border-color: #D640E0; }
span { border-color: rgb(214,64,224); }
td.TdClassName
{
border-color: #D640E0;
}
.TagClassName
{
border-color: #D640E0;
}
</style>