Html Css Color HEX #D346DF Free Speech Magenta
📋 copy color: '#D346DF'red 211 ◦ green 70 ◦ blue 223
Shades of Free Speech Magenta #D346DF
Tints of Free Speech Magenta #D346DF
RGB
CMYK
RGB Variations
Color information
#D346DF (or 0xD346DF) is known color: Free Speech Magenta. HEX triplet: D3, 46 and DF. RGB value is (211,70,223). Sum of RGB (Red+Green+Blue) = 211+70+223=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #D346DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D346DF is #2CB920. Grayscale: #818181. Windows color (decimal): -2930977 or 14632659. OLE color: 14632659.
HSL color Cylindrical-coordinate representation of color #D346DF: hue angle of 295.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D346DF is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 70 | 223 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.13 |
| HSL | 295.29º | 0.71% | 0.57% | - |
| HSV(B) | 295.29º | 0.69% | 0.87% | - |
| XYZ | 42.37 | 23.56 | 72.13 | - |
| YUV | 129.6 | 180.71 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 70 | 223 | 0.05 | 0.69 | 0 | 0.13 | 295.29 | 0.71 | 0.57 |
| Hex | D3 | 46 | DF | 5 | 45 | 0 | D | 127 | 47 | 39 |
| Octal | 323 | 106 | 337 | 5 | 105 | 0 | 15 | 447 | 107 | 71 |
| Binary | 11010011 | 1000110 | 11011111 | 101 | 1000101 | 0 | 1101 | 100100111 | 1000111 | 111001 |
Color Harmonies of #D346DF
Complementary color
Monochromatic Colors of #D346DF
Black with #D346DF
Text Example
Text Example
White with #D346DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D346DF; }
p { color: rgb(211,70,223); }
H1.HeaderClassName
{
color: #D346DF;
}
.AnyTagClassName
{
color: #D346DF;
}
</style>
background-color css
<style>
a { background-color: #D346DF; }
a { background-color: rgb(211,70,223); }
div.DivClassName
{
background-color: #D346DF;
}
.BgClassName
{
background-color: #D346DF;
}
</style>
border-color css
<style>
span { border-color: #D346DF; }
span { border-color: rgb(211,70,223); }
td.TdClassName
{
border-color: #D346DF;
}
.TagClassName
{
border-color: #D346DF;
}
</style>