Html Css Color HEX #D340E1 Free Speech Magenta
📋 copy color: '#D340E1'red 211 ◦ green 64 ◦ blue 225
Shades of Free Speech Magenta #D340E1
Tints of Free Speech Magenta #D340E1
RGB
CMYK
RGB Variations
Color information
#D340E1 (or 0xD340E1) is known color: Free Speech Magenta. HEX triplet: D3, 40 and E1. RGB value is (211,64,225). Sum of RGB (Red+Green+Blue) = 211+64+225=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #D340E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D340E1 is #2CBF1E. Grayscale: #7D7D7D. Windows color (decimal): -2932511 or 14762195. OLE color: 14762195.
HSL color Cylindrical-coordinate representation of color #D340E1: hue angle of 294.78º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D340E1 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 64 | 225 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.12 |
| HSL | 294.78º | 0.73% | 0.57% | - |
| HSV(B) | 294.78º | 0.72% | 0.88% | - |
| XYZ | 42.29 | 22.95 | 73.44 | - |
| YUV | 126.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 225 | 0.06 | 0.72 | 0 | 0.12 | 294.78 | 0.73 | 0.57 |
| Hex | D3 | 40 | E1 | 6 | 48 | 0 | C | 127 | 49 | 39 |
| Octal | 323 | 100 | 341 | 6 | 110 | 0 | 14 | 447 | 111 | 71 |
| Binary | 11010011 | 1000000 | 11100001 | 110 | 1001000 | 0 | 1100 | 100100111 | 1001001 | 111001 |
Color Harmonies of #D340E1
Complementary color
Monochromatic Colors of #D340E1
Black with #D340E1
Text Example
Text Example
White with #D340E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D340E1; }
p { color: rgb(211,64,225); }
H1.HeaderClassName
{
color: #D340E1;
}
.AnyTagClassName
{
color: #D340E1;
}
</style>
background-color css
<style>
a { background-color: #D340E1; }
a { background-color: rgb(211,64,225); }
div.DivClassName
{
background-color: #D340E1;
}
.BgClassName
{
background-color: #D340E1;
}
</style>
border-color css
<style>
span { border-color: #D340E1; }
span { border-color: rgb(211,64,225); }
td.TdClassName
{
border-color: #D340E1;
}
.TagClassName
{
border-color: #D340E1;
}
</style>