Html Css Color HEX #D342E7 Free Speech Magenta
📋 copy color: '#D342E7'red 211 ◦ green 66 ◦ blue 231
Shades of Free Speech Magenta #D342E7
Tints of Free Speech Magenta #D342E7
RGB
CMYK
RGB Variations
Color information
#D342E7 (or 0xD342E7) is known color: Free Speech Magenta. HEX triplet: D3, 42 and E7. RGB value is (211,66,231). Sum of RGB (Red+Green+Blue) = 211+66+231=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #D342E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D342E7 is #2CBD18. Grayscale: #7F7F7F. Windows color (decimal): -2931993 or 15155923. OLE color: 15155923.
HSL color Cylindrical-coordinate representation of color #D342E7: hue angle of 292.73º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D342E7 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 66 | 231 | - |
| CMYK | 0.09 | 0.71 | 0 | 0.09 |
| HSL | 292.73º | 0.77% | 0.58% | - |
| HSV(B) | 292.73º | 0.71% | 0.91% | - |
| XYZ | 43.24 | 23.51 | 77.86 | - |
| YUV | 128.17 | 186.04 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 231 | 0.09 | 0.71 | 0 | 0.09 | 292.73 | 0.77 | 0.58 |
| Hex | D3 | 42 | E7 | 9 | 47 | 0 | 9 | 125 | 4D | 3A |
| Octal | 323 | 102 | 347 | 11 | 107 | 0 | 11 | 445 | 115 | 72 |
| Binary | 11010011 | 1000010 | 11100111 | 1001 | 1000111 | 0 | 1001 | 100100101 | 1001101 | 111010 |
Color Harmonies of #D342E7
Complementary color
Monochromatic Colors of #D342E7
Black with #D342E7
Text Example
Text Example
White with #D342E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D342E7; }
p { color: rgb(211,66,231); }
H1.HeaderClassName
{
color: #D342E7;
}
.AnyTagClassName
{
color: #D342E7;
}
</style>
background-color css
<style>
a { background-color: #D342E7; }
a { background-color: rgb(211,66,231); }
div.DivClassName
{
background-color: #D342E7;
}
.BgClassName
{
background-color: #D342E7;
}
</style>
border-color css
<style>
span { border-color: #D342E7; }
span { border-color: rgb(211,66,231); }
td.TdClassName
{
border-color: #D342E7;
}
.TagClassName
{
border-color: #D342E7;
}
</style>