Html Css Color HEX #D34EE0 Free Speech Magenta
📋 copy color: '#D34EE0'red 211 ◦ green 78 ◦ blue 224
Shades of Free Speech Magenta #D34EE0
Tints of Free Speech Magenta #D34EE0
RGB
CMYK
RGB Variations
Color information
#D34EE0 (or 0xD34EE0) is known color: Free Speech Magenta. HEX triplet: D3, 4E and E0. RGB value is (211,78,224). Sum of RGB (Red+Green+Blue) = 211+78+224=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #D34EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D34EE0 is #2CB11F. Grayscale: #858585. Windows color (decimal): -2928928 or 14700243. OLE color: 14700243.
HSL color Cylindrical-coordinate representation of color #D34EE0: hue angle of 294.66º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34EE0 is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 78 | 224 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.12 |
| HSL | 294.66º | 0.7% | 0.59% | - |
| HSV(B) | 294.66º | 0.65% | 0.88% | - |
| XYZ | 43.04 | 24.68 | 73.02 | - |
| YUV | 134.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 224 | 0.06 | 0.65 | 0 | 0.12 | 294.66 | 0.7 | 0.59 |
| Hex | D3 | 4E | E0 | 6 | 41 | 0 | C | 127 | 46 | 3B |
| Octal | 323 | 116 | 340 | 6 | 101 | 0 | 14 | 447 | 106 | 73 |
| Binary | 11010011 | 1001110 | 11100000 | 110 | 1000001 | 0 | 1100 | 100100111 | 1000110 | 111011 |
Color Harmonies of #D34EE0
Complementary color
Monochromatic Colors of #D34EE0
Black with #D34EE0
Text Example
Text Example
White with #D34EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34EE0; }
p { color: rgb(211,78,224); }
H1.HeaderClassName
{
color: #D34EE0;
}
.AnyTagClassName
{
color: #D34EE0;
}
</style>
background-color css
<style>
a { background-color: #D34EE0; }
a { background-color: rgb(211,78,224); }
div.DivClassName
{
background-color: #D34EE0;
}
.BgClassName
{
background-color: #D34EE0;
}
</style>
border-color css
<style>
span { border-color: #D34EE0; }
span { border-color: rgb(211,78,224); }
td.TdClassName
{
border-color: #D34EE0;
}
.TagClassName
{
border-color: #D34EE0;
}
</style>