Html Css Color HEX #D346E3 Free Speech Magenta
📋 copy color: '#D346E3'red 211 ◦ green 70 ◦ blue 227
Shades of Free Speech Magenta #D346E3
Tints of Free Speech Magenta #D346E3
RGB
CMYK
RGB Variations
Color information
#D346E3 (or 0xD346E3) is known color: Free Speech Magenta. HEX triplet: D3, 46 and E3. RGB value is (211,70,227). Sum of RGB (Red+Green+Blue) = 211+70+227=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 70 (27.73% from 255 or 13.78% from 508); Blue value is 227 (89.06% from 255 or 44.69% from 508); Max value from RGB is 227 - color contains mainly: blue. Hex color #D346E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D346E3 is #2CB91C. Grayscale: #818181. Windows color (decimal): -2930973 or 14894803. OLE color: 14894803.
HSL color Cylindrical-coordinate representation of color #D346E3: hue angle of 293.89º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D346E3 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 70 | 227 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.11 |
| HSL | 293.89º | 0.74% | 0.58% | - |
| HSV(B) | 293.89º | 0.69% | 0.89% | - |
| XYZ | 42.92 | 23.78 | 75 | - |
| YUV | 130.06 | 182.71 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 227 | 0.07 | 0.69 | 0 | 0.11 | 293.89 | 0.74 | 0.58 |
| Hex | D3 | 46 | E3 | 7 | 45 | 0 | B | 126 | 4A | 3A |
| Octal | 323 | 106 | 343 | 7 | 105 | 0 | 13 | 446 | 112 | 72 |
| Binary | 11010011 | 1000110 | 11100011 | 111 | 1000101 | 0 | 1011 | 100100110 | 1001010 | 111010 |
Color Harmonies of #D346E3
Complementary color
Monochromatic Colors of #D346E3
Black with #D346E3
Text Example
Text Example
White with #D346E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D346E3; }
p { color: rgb(211,70,227); }
H1.HeaderClassName
{
color: #D346E3;
}
.AnyTagClassName
{
color: #D346E3;
}
</style>
background-color css
<style>
a { background-color: #D346E3; }
a { background-color: rgb(211,70,227); }
div.DivClassName
{
background-color: #D346E3;
}
.BgClassName
{
background-color: #D346E3;
}
</style>
border-color css
<style>
span { border-color: #D346E3; }
span { border-color: rgb(211,70,227); }
td.TdClassName
{
border-color: #D346E3;
}
.TagClassName
{
border-color: #D346E3;
}
</style>