Html Css Color HEX #D341E8 Free Speech Magenta
📋 copy color: '#D341E8'red 211 ◦ green 65 ◦ blue 232
Shades of Free Speech Magenta #D341E8
Tints of Free Speech Magenta #D341E8
RGB
CMYK
RGB Variations
Color information
#D341E8 (or 0xD341E8) is known color: Free Speech Magenta. HEX triplet: D3, 41 and E8. RGB value is (211,65,232). Sum of RGB (Red+Green+Blue) = 211+65+232=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #D341E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D341E8 is #2CBE17. Grayscale: #7F7F7F. Windows color (decimal): -2932248 or 15221203. OLE color: 15221203.
HSL color Cylindrical-coordinate representation of color #D341E8: hue angle of 292.46º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D341E8 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 65 | 232 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.09 |
| HSL | 292.46º | 0.78% | 0.58% | - |
| HSV(B) | 292.46º | 0.72% | 0.91% | - |
| XYZ | 43.32 | 23.46 | 78.59 | - |
| YUV | 127.69 | 186.87 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 232 | 0.09 | 0.72 | 0 | 0.09 | 292.46 | 0.78 | 0.58 |
| Hex | D3 | 41 | E8 | 9 | 48 | 0 | 9 | 124 | 4E | 3A |
| Octal | 323 | 101 | 350 | 11 | 110 | 0 | 11 | 444 | 116 | 72 |
| Binary | 11010011 | 1000001 | 11101000 | 1001 | 1001000 | 0 | 1001 | 100100100 | 1001110 | 111010 |
Color Harmonies of #D341E8
Complementary color
Monochromatic Colors of #D341E8
Black with #D341E8
Text Example
Text Example
White with #D341E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D341E8; }
p { color: rgb(211,65,232); }
H1.HeaderClassName
{
color: #D341E8;
}
.AnyTagClassName
{
color: #D341E8;
}
</style>
background-color css
<style>
a { background-color: #D341E8; }
a { background-color: rgb(211,65,232); }
div.DivClassName
{
background-color: #D341E8;
}
.BgClassName
{
background-color: #D341E8;
}
</style>
border-color css
<style>
span { border-color: #D341E8; }
span { border-color: rgb(211,65,232); }
td.TdClassName
{
border-color: #D341E8;
}
.TagClassName
{
border-color: #D341E8;
}
</style>